Skip to content

Commit dc33348

Browse files
committed
OAK-11749: update Tomcat dependency to 9.0.105
1 parent 2ec6d67 commit dc33348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

oak-examples/webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<description>Web application that hosts and serves a Jackrabbit Oak content repository</description>
3636

3737
<properties>
38-
<tomcat.version>9.0.104</tomcat.version>
38+
<tomcat.version>9.0.105</tomcat.version>
3939
<skip.deployment>true</skip.deployment>
4040
</properties>
4141

oak-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,12 +614,12 @@
614614
<dependency>
615615
<groupId>org.apache.tomcat</groupId>
616616
<artifactId>tomcat-jdbc</artifactId>
617-
<version>9.0.102</version>
617+
<version>9.0.105</version>
618618
</dependency>
619619
<dependency>
620620
<groupId>org.apache.tomcat</groupId>
621621
<artifactId>tomcat-juli</artifactId>
622-
<version>9.0.102</version>
622+
<version>9.0.105</version>
623623
</dependency>
624624
<dependency>
625625
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)