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
The following commit(s) were added to refs/heads/master by this push:
new 9090b8d0b TAP5-2778: upgrade junit to 5.10.2
9090b8d0b is described below
commit 9090b8d0b149cb376be21971b04a919a7023b469
Author: Ben Weidig <[email protected]>
AuthorDate: Thu May 9 09:20:00 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 8ec0bb26b..cd51c5987 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"
]