Skip to content

Commit

Permalink
Bump tomcat.version from 9.0.76 to 9.0.78 (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Fuchs <[email protected]>
  • Loading branch information
dependabot[bot] and Malax authored Jul 31, 2023
1 parent a45b3b3 commit 410e4b9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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>9.0.76.0-SNAPSHOT</version>
<version>9.0.78.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.23.2</redisson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<invoker.plugin.version>2.0.0</invoker.plugin.version>
<tomcat.version>9.0.76</tomcat.version>
<tomcat.version>9.0.78</tomcat.version>
<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
<nexus-staging.plugin.version>1.6.13</nexus-staging.plugin.version>
<testng.version>7.8.0</testng.version>
Expand Down
2 changes: 1 addition & 1 deletion 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>9.0.76.0-SNAPSHOT</version>
<version>9.0.78.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>9.0.76.0-SNAPSHOT</version>
<version>9.0.78.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-memcached</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>9.0.76.0-SNAPSHOT</version>
<version>9.0.78.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>9.0.76.0-SNAPSHOT</version>
<version>9.0.78.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>webapp-runner</artifactId>
Expand Down

0 comments on commit 410e4b9

Please sign in to comment.