Skip to content

Commit

Permalink
Update Tomcat to 9.0.87 (apache#7990)
Browse files Browse the repository at this point in the history
* Update Tomcat to 9.0.87

* changelog entry
  • Loading branch information
zrhoffman committed Apr 15, 2024
1 parent a2cdd4e commit b42f4a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Updated the CacheGroups Traffic Portal page to use a more performant AG-Grid-based table.
- Updated Go version to 1.22.0
- [#7979](https://github.com/apache/trafficcontrol/pull/7979) *Traffic Router*, *Traffic Monitor*, *Traffic Stats*: Store logs in /var/log
- [#7872](https://github.com/apache/trafficcontrol/issues/7872) *Traffic Router*: Updated Apache Tomcat from 9.0.43, 9.0.67, 9.0.83, and 9.0.86 to 9.0.87.

### Fixed
- [#7984](https://github.com/apache/trafficcontrol/pull/7984) *Traffic Ops* Fixed TO Client cert authentication with respect to returning response cookie.
Expand Down
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
4 changes: 2 additions & 2 deletions traffic_router/connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>9.0.86</version>
<version>9.0.87</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>9.0.83</version>
<version>9.0.87</version>
<scope>provided</scope>
</dependency>
<dependency>
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 b42f4a5

Please sign in to comment.