This is an automated email from the ASF dual-hosted git repository. benw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit d087882249618ff4249a22288636c10f608b30e8 Author: Ben Weidig <[email protected]> AuthorDate: Sun Jan 25 12:16:17 2026 +0100 TAP5-2809: Update dependency version before 5.10 RC --- gradle/libs.versions.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f5c61081f..adb2cdce7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,13 +19,13 @@ jakarta-cdi-api = "3.0.1" # APACHE COMMONS commons-cli = "1.10.0" -commons-codec = "1.19.0" +commons-codec = "1.20.0" commons-fileupload2 = "2.0.0-M1" 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.14.0" +commons-text = "1.15.0" # DATABASE / PERSISTENCE @@ -33,7 +33,7 @@ hibernate = "5.4.32.Final" hibernate-validator = "8.0.1.Final" hsqldb = "2.7.4" -h2 = "2.2.224" +h2 = "2.4.240" dbcp = "6.0.32" eclipselink = "3.0.4" @@ -48,9 +48,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" @@ -64,14 +64,14 @@ infinispan-jcache = "9.4.24.Final" # WEBRESOURCES -closure-compiler = "v20220502" -less4j = "1.12.0" -auto-value-annotations = "1.9" +closure-compiler = "v20240317" +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"
