From 0d5294fdac53f69c90e327111d05317daf98f1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Tue, 16 Jun 2026 11:29:54 +0200 Subject: [PATCH] chore(java-war): release of webapp-runner 9.0.118.0 and 10.1.55.0 --- README.md | 2 +- bin/compile | 2 +- test/tests | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1722995..b631fd5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Defaults to `1.8` #### `JAVA_WEBAPP_RUNNER_VERSION` Version of the webapp-runner (Tomcat) to install and use.\ -Defaults to `9.0.117.0` +Defaults to `9.0.118.0` #### `WEBAPP_RUNNER_VERSION` diff --git a/bin/compile b/bin/compile index a9fde93..2e5f44c 100755 --- a/bin/compile +++ b/bin/compile @@ -12,7 +12,7 @@ cache_dir="${2}" env_dir="${3}" readonly java_version="${JAVA_VERSION:-1.8}" -readonly webapp_runner_version="${JAVA_WEBAPP_RUNNER_VERSION:-${WEBAPP_RUNNER_VERSION:-9.0.117.0}}" +readonly webapp_runner_version="${JAVA_WEBAPP_RUNNER_VERSION:-${WEBAPP_RUNNER_VERSION:-9.0.118.0}}" readonly base_dir="$( cd -P "$( dirname "$0" )" && pwd )" readonly buildpack_dir="$( readlink -f "${base_dir}/.." )" diff --git a/test/tests b/test/tests index 09d4e5e..60e24be 100755 --- a/test/tests +++ b/test/tests @@ -5,7 +5,7 @@ source "$( pwd )/test/helpers" default_jvm_version="1.8" -default_tomcat_version="9.0.117.0" +default_tomcat_version="9.0.118.0" test::war::defaults() { # Tests a deployment of a war app