Skip to content

Commit 6b88aa6

Browse files
authored
Merge pull request #66 from Scalingo/release/webapp_runner-9.0.113.0-10.1.150.0
chore(java-war): release of webapp-runner 9.0.113.0 and 10.1.150.0
2 parents 907a4b5 + cd49145 commit 6b88aa6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Defaults to `1.8`
4141
#### `JAVA_WEBAPP_RUNNER_VERSION`
4242

4343
Version of the webapp-runner (Tomcat) to install and use.\
44-
Defaults to `9.0.112.0`
44+
Defaults to `9.0.113.0`
4545

4646
#### `WEBAPP_RUNNER_VERSION`
4747

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cache_dir="${2}"
1212
env_dir="${3}"
1313

1414
readonly java_version="${JAVA_VERSION:-1.8}"
15-
readonly webapp_runner_version="${JAVA_WEBAPP_RUNNER_VERSION:-${WEBAPP_RUNNER_VERSION:-9.0.112.0}}"
15+
readonly webapp_runner_version="${JAVA_WEBAPP_RUNNER_VERSION:-${WEBAPP_RUNNER_VERSION:-9.0.113.0}}"
1616

1717
readonly base_dir="$( cd -P "$( dirname "$0" )" && pwd )"
1818
readonly buildpack_dir="$( readlink -f "${base_dir}/.." )"

test/tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "$( pwd )/test/helpers"
55

66

77
default_jvm_version="1.8"
8-
default_tomcat_version="9.0.112.0"
8+
default_tomcat_version="9.0.113.0"
99

1010
test::war::defaults() {
1111
# Tests a deployment of a war app

0 commit comments

Comments
 (0)