Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.111.0`
Defaults to `9.0.112.0`

#### `WEBAPP_RUNNER_VERSION`

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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.111.0}}"
readonly webapp_runner_version="${JAVA_WEBAPP_RUNNER_VERSION:-${WEBAPP_RUNNER_VERSION:-9.0.112.0}}"

readonly base_dir="$( cd -P "$( dirname "$0" )" && pwd )"
readonly buildpack_dir="$( readlink -f "${base_dir}/.." )"
Expand Down
2 changes: 1 addition & 1 deletion test/tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "$( pwd )/test/helpers"


default_jvm_version="1.8"
default_tomcat_version="9.0.111.0"
default_tomcat_version="9.0.112.0"

test::war::defaults() {
# Tests a deployment of a war app
Expand Down