You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/07/22 12:54:26 UTC

[wicket] branch master updated: Update JUnit to 5.5.1

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 a6d22a4  Update JUnit to 5.5.1
a6d22a4 is described below

commit a6d22a450fd57624b843861a91c643a73c5313fb
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jul 22 15:53:41 2019 +0300

    Update JUnit to 5.5.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7356a9..88f17a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
 		<javax.websocket-api.version>1.1</javax.websocket-api.version>
 		<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
 		<jetty.version>9.4.19.v20190610</jetty.version>
-		<junit.version>5.5.0</junit.version>
+		<junit.version>5.5.1</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>
 		<hamcrest.version>2.1</hamcrest.version>