Skip to content

Commit

Permalink
Update Tomcat to 9.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Apr 15, 2024
1 parent 5c9b768 commit 793a081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion traffic_router/build/build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ adaptEnvironment() {
RPM="${PACKAGE}-${TC_VERSION}-${BUILD_NUMBER}.noarch.rpm"
RPM_TARGET_OS="${RPM_TARGET_OS:-linux}"
TOMCAT_VERSION=9.0
TOMCAT_RELEASE=67
TOMCAT_RELEASE=87
export PACKAGE TC_VERSION BUILD_NUMBER WORKSPACE RPMBUILD DIST RPM RPM_TARGET_OS TOMCAT_VERSION TOMCAT_RELEASE

echo "=================================================="
Expand Down
6 changes: 3 additions & 3 deletions traffic_router/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,19 +359,19 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>9.0.43</version>
<version>9.0.87</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>9.0.43</version>
<version>9.0.87</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jni</artifactId>
<version>9.0.43</version>
<version>9.0.87</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 793a081

Please sign in to comment.