Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ide/httpserver/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# specific language governing permissions and limitations
# under the License.

6C156B32284C8371ADB228AE21688387627E558B org.apache.tomcat:tomcat-annotations-api:9.0.113
B364692BCA96817268B38F183FAFD14DBD00950E org.apache.tomcat.embed:tomcat-embed-core:9.0.113
6E0C2F4053E116D67FCE53B73EEC0891547564EB org.apache.tomcat:tomcat-annotations-api:9.0.120
5CD45B75D11191DA4AF66A1AE05667822A4C6647 org.apache.tomcat.embed:tomcat-embed-core:9.0.120
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Apache Tomcat (Annotations Package)
Version: 9.0.113
Version: 9.0.120
License: Apache-2.0
Description: Annotations used in Apache Tomcat
Origin: http://tomcat.apache.org
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Apache Tomcat (embedded)
Version: 9.0.113
Version: 9.0.120
License: Apache-2.0-tomcat
Description: Apache Tomcat (embedded) is a library version of the Apache Tomcat servlet container, which can be used to create embedded servlet containers in other applications.
Origin: http://tomcat.apache.org
Expand Down
4 changes: 2 additions & 2 deletions ide/httpserver/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
javac.compilerargs=-Xlint
javac.release=17
spec.version.base=2.69.0
release.external/tomcat-embed-core-9.0.113.jar=modules/ext/webserver.jar
release.external/tomcat-annotations-api-9.0.113.jar=modules/ext/webserver-annotations.jar
release.external/tomcat-embed-core-9.0.120.jar=modules/ext/webserver.jar
release.external/tomcat-annotations-api-9.0.120.jar=modules/ext/webserver-annotations.jar
test-unit-sys-prop.xtest.data=${nb_all}/ide/httpserver/test/unit/testfs
test.unit.data.dir=${nb_all}/ide/httpserver/test/unit/testfs

Expand Down
4 changes: 2 additions & 2 deletions ide/httpserver/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@
<public-packages/>
<class-path-extension>
<runtime-relative-path>ext/webserver.jar</runtime-relative-path>
<binary-origin>external/tomcat-embed-core-9.0.113.jar</binary-origin>
<binary-origin>external/tomcat-embed-core-9.0.120.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/webserver-annotations.jar</runtime-relative-path>
<binary-origin>external/tomcat-annotations-api-9.0.113.jar</binary-origin>
<binary-origin>external/tomcat-annotations-api-9.0.120.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Loading