This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new 6653bd3be TAP5-2795: Upgrade commons-lang dependency to 3.17.0
6653bd3be is described below
commit 6653bd3bee19fb01a921b25c82d52c301591d2f1
Author: Thiago H. de Paula Figueiredo <[email protected]>
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 169121afb..0a9cc70e3 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",
injectApi: "2.0.1",