This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit a15d566328685365dab6cb285f646b2a8a92268b Author: Ben Weidig <[email protected]> AuthorDate: Sun Feb 8 16:03:01 2026 +0100 TAP5-2809: Update dependency version before 5.10 RC --- gradle/libs.versions.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 84ef4dd4f..276c1b094 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,13 +20,13 @@ jakarta-xml-bind-api = "2.3.2" # APACHE COMMONS commons-cli = "1.10.0" -commons-codec = "1.19.0" +commons-codec = "1.20.0" commons-fileupload = "1.5" commons-httpclient = "4.5.14" -commons-io = "2.20.0" -commons-lang3 = "3.19.0" +commons-io = "2.21.0" +commons-lang3 = "3.20.0" commons-logging = "1.3.5" -commons-text = "1.40.0" +commons-text = "1.15.0" # DATABASE/PERSISTENCE @@ -34,7 +34,7 @@ hibernate = "5.4.32.Final" hibernate-validator = "4.3.2.Final" hsqldb = "2.7.4" -h2 = "2.2.224" +h2 = "2.4.240" dbcp = "6.0.32" eclipselink = "2.7.7" jpa-specs = "1.1" @@ -50,9 +50,9 @@ antlr = "3.5.3" # MISC xml-apis = "1.4.01" -groovy = "4.0.28" +groovy = "4.0.29" ant-jsch = "1.10.15" -guava = "27.0.1-jre" +guava = "33.5.0-jre" jackson = "2.20.0" clojure = "1.12.2" jaxb-runtime = "2.3.2" @@ -67,13 +67,13 @@ infinispan-jcache = "7.0.0.Alpha4" # WEBRESOURCES closure-compiler = "v20220502" -less4j = "1.12.0" -auto-value-annotations = "1.9" +less4j = "1.17.2" +auto-value-annotations = "1.11.1" rhino = "1.7.7.2" # TESTING -junit5 = "5.14.0" +junit5 = "5.14.2" junit4 = "4.13.2" testng = "7.5.1"
