This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new dd97c39e92 Bump junit.version from 5.11.3 to 5.11.4 (#1062)
dd97c39e92 is described below
commit dd97c39e9283db1d3823491c1f1b4fca32ee3137
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 20:21:09 2025 +0200
Bump junit.version from 5.11.3 to 5.11.4 (#1062)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ce9d964661..a01ab3e40d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
<jetty.version>11.0.24</jetty.version>
- <junit.version>5.11.3</junit.version>
+ <junit.version>5.11.4</junit.version>
<jsr305.version>3.0.2</jsr305.version>
<logback.version>1.2.7</logback.version>
<hamcrest.version>3.0</hamcrest.version>