This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push: new 710af58c9 TAP5-2795: Upgrade commons-lang dependency to 3.17.0 710af58c9 is described below commit 710af58c9709426c1ec4c9277153da2e62736269 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sat Oct 26 10:49:38 2024 -0300 TAP5-2795: Upgrade commons-lang dependency to 3.17.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e38c40ed1..1d7b79bed 100755 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ project.ext.versions = [ jackson: "2.13.1", jsonschemaGenerator: "4.20.0", junitJupiter: "5.10.2", - commonsLang: "3.4", + commonsLang: "3.17.0", commonsIo: "2.17.0", webdriverManager: "5.3.1" ]