You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/04/13 06:53:02 UTC

[syncope] 02/02: Upgrading JUnit and Wicket Bootstrap

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit bb9fa3f8014c0013a1a99e3d9b4b1e71e94b859b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 13 08:44:46 2020 +0200

    Upgrading JUnit and Wicket Bootstrap
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index da48276..d62aaf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.6.1</junit.version>
+    <junit.version>5.6.2</junit.version>
     <mockito.version>3.3.0</mockito.version>
 
     <swagger-core.version>2.1.2</swagger-core.version>
@@ -474,7 +474,7 @@ under the License.
 
     <wicket.version>9.0.0-M5</wicket.version>
     <wicket-jqueryui.version>9.0.0-M4</wicket-jqueryui.version>
-    <wicket-bootstrap.version>5.0.0-M1</wicket-bootstrap.version>
+    <wicket-bootstrap.version>5.0.0-M2</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.2-RC</wicket-spring-boot.version>
 
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>