Skip to content

Commit

Permalink
TOMEE-4415 - Tomcat 10.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Oct 10, 2024
1 parent 9e67135 commit a67d215
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 167 deletions.
2 changes: 1 addition & 1 deletion examples/datasource-versioning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>10.1.30</version>
<version>10.1.31</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
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.0-M3-SNAPSHOT</tomee.version>
<tomcat.version>10.1.30</tomcat.version>
<tomcat.version>10.1.31</tomcat.version>

<junit.jupiter.version>5.11.1</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-M2</jakartaee-api.version>
<jakarta.websocket-api.version>2.0.0</jakarta.websocket-api.version>
<tomee.classifier>webprofile</tomee.classifier>
<tomcat.version>10.1.30</tomcat.version>
<tomcat.version>10.1.31</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 @@ -204,7 +204,7 @@
<version.geronimo-mail_2.1_spec>1.0.0-M1</version.geronimo-mail_2.1_spec>

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

This file was deleted.

0 comments on commit a67d215

Please sign in to comment.