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.

3AA6C33C386D649763838B2F0F7EF20E3E27E80B org.apache.tomcat:tomcat-annotations-api:9.0.102
371C7ADD45D1A5B97DAA457BBF3804FF82923092 org.apache.tomcat.embed:tomcat-embed-core:9.0.102
6C156B32284C8371ADB228AE21688387627E558B org.apache.tomcat:tomcat-annotations-api:9.0.113
B364692BCA96817268B38F183FAFD14DBD00950E org.apache.tomcat.embed:tomcat-embed-core:9.0.113
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Apache Tomcat (Annotations Package)
Version: 9.0.102
Version: 9.0.113
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.102
Version: 9.0.113
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:unchecked
javac.source=1.8
spec.version.base=2.67.0
release.external/tomcat-embed-core-9.0.102.jar=modules/ext/webserver.jar
release.external/tomcat-annotations-api-9.0.102.jar=modules/ext/webserver-annotations.jar
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
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.102.jar</binary-origin>
<binary-origin>external/tomcat-embed-core-9.0.113.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.102.jar</binary-origin>
<binary-origin>external/tomcat-annotations-api-9.0.113.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down