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
The following commit(s) were added to refs/heads/javax by this push:
new dd6398e38 TAP5-2778: upgrade junit to 5.10.2
dd6398e38 is described below
commit dd6398e381fe6922b3c3b71435c22a9ea534d6be
Author: Ben Weidig <[email protected]>
AuthorDate: Thu May 9 08:58:37 2024 +0200
TAP5-2778: upgrade junit to 5.10.2
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 4f410c991..1d9de07ae 100755
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ project.ext.versions = [
seleniumServer: "4.12.1",
jackson: "2.13.1",
jsonschemaGenerator: "4.20.0",
- junitJupiter: "5.8.2",
+ junitJupiter: "5.10.2",
commonsLang: "3.4",
webdriverManager: "5.3.1"
]