Skip to content

Commit

Permalink
Bump Tomcat, JUnit, Selenium
Browse files Browse the repository at this point in the history
Specifically:

- Tomcat 10.1.19
- JUnit 5.10.2
- Selenium 4.18.1
  • Loading branch information
mbland committed Feb 28, 2024
1 parent 57d442b commit aa6ee54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get_java_home() {
grep 'java\.home' | awk '{print $3}'
}

CATALINA_HOME="${CATALINA_HOME:-/opt/tomcat/apache-tomcat-10.1.17}"
CATALINA_HOME="${CATALINA_HOME:-/opt/tomcat/apache-tomcat-10.1.19}"
JAVA_HOME="${JAVA_HOME:-$(get_java_home)}"

for envvar in 'CATALINA_HOME' 'JAVA_HOME'; do
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.tomcat-test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6.0
ARG TOMCAT_TAG=10.1.17-jre21-temurin-jammy
ARG TOMCAT_TAG=10.1.19-jre21-temurin-jammy

FROM tomcat:${TOMCAT_TAG}

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
servletVer = "6.0.0"
tomcatVer = "10.1.17"
junitVer = "5.10.1"
tomcatVer = "10.1.19"
junitVer = "5.10.2"
hamcrestVer = "2.2"
antJunitVer = "1.10.14"
seleniumVer = "4.16.1"
seleniumVer = "4.18.1"
weldVer = "5.1.2.Final"
jandexVer = "3.1.6"
jacksonVer = "2.16.1"
Expand Down

0 comments on commit aa6ee54

Please sign in to comment.