diff --git a/webapp-runner-10/CHANGELOG.md b/webapp-runner-10/CHANGELOG.md index 9328bdc2..b05caaa0 100644 --- a/webapp-runner-10/CHANGELOG.md +++ b/webapp-runner-10/CHANGELOG.md @@ -4,6 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +- Update Tomcat to version `10.1.33`. ([#546](https://github.com/heroku/webapp-runner/pull/546)) ## [10.1.31.0] - 2024-10-21 diff --git a/webapp-runner-10/pom.xml b/webapp-runner-10/pom.xml index 6f6e6f67..235da519 100644 --- a/webapp-runner-10/pom.xml +++ b/webapp-runner-10/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.heroku webapp-runner-parent - 10.1.31.1-SNAPSHOT + 10.1.33.0-SNAPSHOT pom webapp-runner-parent Lightweight Application Launcher. Launch your webapp in the most popular open source web container @@ -66,7 +66,7 @@ 3.39.0 UTF-8 2.0.0 - 10.1.31 + 10.1.33 3.11.1 1.7.0 7.10.2 diff --git a/webapp-runner-10/webapp-runner-main/pom.xml b/webapp-runner-10/webapp-runner-main/pom.xml index 0ccb282a..267fb77a 100644 --- a/webapp-runner-10/webapp-runner-main/pom.xml +++ b/webapp-runner-10/webapp-runner-main/pom.xml @@ -4,7 +4,7 @@ webapp-runner-parent com.heroku - 10.1.31.1-SNAPSHOT + 10.1.33.0-SNAPSHOT 4.0.0 webapp-runner-main diff --git a/webapp-runner-10/webapp-runner-memcached/pom.xml b/webapp-runner-10/webapp-runner-memcached/pom.xml index 1ea06bee..3a8647a7 100644 --- a/webapp-runner-10/webapp-runner-memcached/pom.xml +++ b/webapp-runner-10/webapp-runner-memcached/pom.xml @@ -4,7 +4,7 @@ webapp-runner-parent com.heroku - 10.1.31.1-SNAPSHOT + 10.1.33.0-SNAPSHOT 4.0.0 webapp-runner-memcached diff --git a/webapp-runner-10/webapp-runner-redis/pom.xml b/webapp-runner-10/webapp-runner-redis/pom.xml index 335fcd92..2bfab6ab 100644 --- a/webapp-runner-10/webapp-runner-redis/pom.xml +++ b/webapp-runner-10/webapp-runner-redis/pom.xml @@ -4,7 +4,7 @@ webapp-runner-parent com.heroku - 10.1.31.1-SNAPSHOT + 10.1.33.0-SNAPSHOT 4.0.0 webapp-runner-redis diff --git a/webapp-runner-10/webapp-runner/pom.xml b/webapp-runner-10/webapp-runner/pom.xml index 0ef99dad..610e8d42 100644 --- a/webapp-runner-10/webapp-runner/pom.xml +++ b/webapp-runner-10/webapp-runner/pom.xml @@ -4,7 +4,7 @@ webapp-runner-parent com.heroku - 10.1.31.1-SNAPSHOT + 10.1.33.0-SNAPSHOT 4.0.0 webapp-runner diff --git a/webapp-runner-9/CHANGELOG.md b/webapp-runner-9/CHANGELOG.md index 6c0ff244..7397f2db 100644 --- a/webapp-runner-9/CHANGELOG.md +++ b/webapp-runner-9/CHANGELOG.md @@ -4,6 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +- Update Tomcat to version `9.0.97`. ([#547](https://github.com/heroku/webapp-runner/pull/547)) ## [9.0.96.0] - 2024-10-21