Skip to content

Commit

Permalink
OAK-11342: update Tomcat JDBC dependency to 9.0.98 (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke authored Jan 5, 2025
1 parent 18acf67 commit 27efed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,12 +639,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>9.0.87</version>
<version>9.0.98</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
<version>9.0.87</version>
<version>9.0.98</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 27efed7

Please sign in to comment.