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 ac49a29 Bump JUnit to 5.8.0-RC1
ac49a29 is described below
commit ac49a29b7016eeec0d906b6e92388cf5d9cb82cd
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Aug 18 16:17:25 2021 +0300
Bump JUnit to 5.8.0-RC1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5e7a2b4..921669d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
<japicmp.skip>true</japicmp.skip> <!-- TODO Wicket 10 Remove
this once 10.0.0 is released -->
<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
<jetty.version>11.0.6</jetty.version>
- <junit.version>5.8.0-M1</junit.version>
+ <junit.version>5.8.0-RC1</junit.version>
<jsr305.version>3.0.2</jsr305.version>
<logback.version>1.2.3</logback.version>
<hamcrest.version>2.2</hamcrest.version>