File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Defaults to `1.8`
4141#### ` JAVA_WEBAPP_RUNNER_VERSION `
4242
4343Version 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cache_dir="${2}"
1212env_dir=" ${3} "
1313
1414readonly 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
1717readonly base_dir=" $( cd -P " $( dirname " $0 " ) " && pwd ) "
1818readonly buildpack_dir=" $( readlink -f " ${base_dir} /.." ) "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "$( pwd )/test/helpers"
55
66
77default_jvm_version=" 1.8"
8- default_tomcat_version=" 9.0.112 .0"
8+ default_tomcat_version=" 9.0.113 .0"
99
1010test::war::defaults () {
1111 # Tests a deployment of a war app
You can’t perform that action at this time.
0 commit comments