Skip to content

Commit c58368f

Browse files
authored
Merge pull request #51 from Scalingo/release/webapp_runner-9.0.105.0-10.1.41.0
chore(webapp_runner): release of webapp_runner 9.0.105.0 and 10.1.41.0
2 parents 21a3b7e + b90f7d3 commit c58368f

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.100.0`
44+
Defaults to `9.0.105.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 @@ readonly 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.100.0}}"
15+
readonly webapp_runner_version="${JAVA_WEBAPP_RUNNER_VERSION:-${WEBAPP_RUNNER_VERSION:-9.0.105.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.100.0"
8+
default_tomcat_version="9.0.105.0"
99

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

0 commit comments

Comments
 (0)