Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions webapp-runner-10/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.49`. ([#699](https://github.com/heroku-webapp-runner/pull/699))

## [10.1.48.0] - 2025-11-04

Expand Down
4 changes: 2 additions & 2 deletions webapp-runner-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.heroku</groupId>
<artifactId>webapp-runner-parent</artifactId>
<version>10.1.48.1-SNAPSHOT</version>
<version>10.1.49.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>webapp-runner-parent</name>
<description>Lightweight Application Launcher. Launch your webapp in the most popular open source web container
Expand Down Expand Up @@ -66,7 +66,7 @@
<redisson.version>3.52.0</redisson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<invoker.plugin.version>2.0.0</invoker.plugin.version>
<tomcat.version>10.1.48</tomcat.version>
<tomcat.version>10.1.49</tomcat.version>
<javadoc.plugin.version>3.12.0</javadoc.plugin.version>
<nexus-staging.plugin.version>1.7.0</nexus-staging.plugin.version>
<testng.version>7.11.0</testng.version>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.48.1-SNAPSHOT</version>
<version>10.1.49.0-SNAPSHOT</version>
</parent>
<name>webapp-runner-main</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner-memcached/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.48.1-SNAPSHOT</version>
<version>10.1.49.0-SNAPSHOT</version>
</parent>
<name>webapp-runner-memcached</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.48.1-SNAPSHOT</version>
<version>10.1.49.0-SNAPSHOT</version>
</parent>
<name>webapp-runner-redis</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webapp-runner-10/webapp-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>webapp-runner-parent</artifactId>
<groupId>com.heroku</groupId>
<version>10.1.48.1-SNAPSHOT</version>
<version>10.1.49.0-SNAPSHOT</version>
</parent>
<name>webapp-runner</name>
<modelVersion>4.0.0</modelVersion>
Expand Down