Skip to content

Commit

Permalink
chore(dependencies): update Tomcat to 9.0.52
Browse files Browse the repository at this point in the history
related to CAM-13812
  • Loading branch information
ThorbenLindhauer committed Sep 10, 2021
1 parent e489b7a commit d6f7b46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions distro/run/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<exclusions>
<!-- This artifact is also excluded by the Spring Boot starter for Tomcat -->
<exclusion>
<artifactId>tomcat-annotations-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
</exclusions>
</dependency>

<!-- Graal.js -->
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<version.quarkus>2.1.2.Final</version.quarkus>
<version.spring.framework>5.2.14.RELEASE</version.spring.framework>
<version.spring-boot>2.5.0</version.spring-boot>
<version.spring-boot>2.5.4</version.spring-boot>
<version.cxf>3.0.3</version.cxf>
<version.resteasy>2.3.5.Final</version.resteasy>
<version.resteasy3>3.14.0.Final</version.resteasy3>
Expand Down Expand Up @@ -49,7 +49,7 @@
<version.wildfly>23.0.2.Final</version.wildfly>
<version.wildfly.core>15.0.1.Final</version.wildfly.core>

<version.tomcat>9.0.43</version.tomcat>
<version.tomcat>9.0.52</version.tomcat>

<version.arquillian>1.1.10.Final</version.arquillian>
<version.shrinkwrap.resolvers>2.2.2</version.shrinkwrap.resolvers>
Expand Down
1 change: 1 addition & 0 deletions spring-boot-starter/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
<version>7.16.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

<groupId>org.camunda.bpm.springboot</groupId>
Expand Down

0 comments on commit d6f7b46

Please sign in to comment.