Skip to content

Commit

Permalink
[DROOLS-7598] Upgrade tomcat version (#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas authored Dec 22, 2023
1 parent 2298659 commit f3cf0b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion narayana-integration-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- narayana dependencies for tomcat and kie server -->
<version.org.jboss.narayana.tomcat>5.9.0.Final</version.org.jboss.narayana.tomcat>
<!-- DBCP connection pooling for Narayana -->
<version.org.apache.tomcat.tomcat-dbcp>9.0.21</version.org.apache.tomcat.tomcat-dbcp>
<version.org.apache.tomcat.tomcat-dbcp>9.0.62</version.org.apache.tomcat.tomcat-dbcp>

<version.org.jboss.transaction.spi>7.6.1.Final</version.org.jboss.transaction.spi>
<version.jakarta.transaction-api>1.3.3</version.jakarta.transaction-api>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<version.org.apache.neethi>3.1.1</version.org.apache.neethi>
<version.org.apache.poi>4.1.2</version.org.apache.poi>
<version.org.apache.sshd>2.9.2</version.org.apache.sshd>
<version.org.apache.tomcat>6.0.32</version.org.apache.tomcat>
<version.org.apache.tomcat>9.0.62</version.org.apache.tomcat>
<version.org.apache.velocity>1.7</version.org.apache.velocity>
<version.org.apache.xmlbeans>3.1.0</version.org.apache.xmlbeans>
<version.org.apache.ws.xmlschema>2.2.5</version.org.apache.ws.xmlschema>
Expand Down Expand Up @@ -277,7 +277,7 @@
<version.org.yaml.snakeyaml>2.0</version.org.yaml.snakeyaml>
<version.org.mozilla.rhino>1.7.13</version.org.mozilla.rhino>
<version.rome>1.0</version.rome>
<version.tomcat>9.0.22</version.tomcat>
<version.tomcat>${version.org.apache.tomcat}</version.tomcat>
<version.wsdl4j>1.6.3</version.wsdl4j>
<version.xerces>2.12.0.SP04</version.xerces>
<version.xalan>2.7.3</version.xalan>
Expand Down Expand Up @@ -4010,7 +4010,7 @@

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>catalina</artifactId>
<artifactId>tomcat-catalina</artifactId>
<version>${version.org.apache.tomcat}</version>
<exclusions>
<exclusion>
Expand Down

0 comments on commit f3cf0b4

Please sign in to comment.