Skip to content

Commit

Permalink
TOMEE-4462 - Tomcat 10.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Mar 8, 2025
1 parent b4270f8 commit e66363b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/junit5-arquillian-simple-websockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>10.0.1-SNAPSHOT</tomee.version>
<tomcat.version>10.1.36</tomcat.version>
<tomcat.version>10.1.39</tomcat.version>

<junit.jupiter.version>5.11.3</junit.jupiter.version>
<!-- 1.8.1.Final is broken, see https://github.com/arquillian/arquillian-core/pull/583 -->
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket-tls-basic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<jakartaee-api.version>10.0</jakartaee-api.version>
<jakarta.websocket-api.version>2.0.0</jakarta.websocket-api.version>
<tomee.classifier>webprofile</tomee.classifier>
<tomcat.version>10.1.36</tomcat.version>
<tomcat.version>10.1.39</tomcat.version>
<junit.version>4.13.2</junit.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<version.geronimo-mail_2.1_spec>1.0.0-M1</version.geronimo-mail_2.1_spec>

<!-- Jakarta EE Impl. -->
<tomcat.version>10.1.37-SNAPSHOT</tomcat.version>
<tomcat.version>10.1.39</tomcat.version>
<!-- com.sun -->
<version.impl.saaj>2.0.1</version.impl.saaj>
<!-- org.apache -->
Expand Down

0 comments on commit e66363b

Please sign in to comment.