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 2019/04/15 07:58:58 UTC

[syncope] branch 2_1_X updated: Upgrading OpenJPA, Swagger UI and Wicket-Bootstrap

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 301bbf7  Upgrading OpenJPA, Swagger UI and Wicket-Bootstrap
301bbf7 is described below

commit 301bbf737e686e842c7d4344f8995af3d7feedc5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 15 09:40:11 2019 +0200

    Upgrading OpenJPA, Swagger UI and Wicket-Bootstrap
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0dbd2e2..2576512 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,7 +396,7 @@ under the License.
     <spring.version>5.1.6.RELEASE</spring.version>
     <spring-security.version>5.1.5.RELEASE</spring-security.version>
 
-    <openjpa.version>3.0.0</openjpa.version>
+    <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.3.1</hikaricp.version>
     <hibernate-validator.version>6.0.13.Final</hibernate-validator.version>
 
@@ -444,7 +444,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.7</swagger-core.version>    
-    <swagger-ui.version>3.20.9</swagger-ui.version>
+    <swagger-ui.version>3.22.0</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.3.1-1</jquery.version>
@@ -467,7 +467,7 @@ under the License.
     
     <wicket.version>8.4.0</wicket.version>
     <wicket-jqueryui.version>8.3.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.7</wicket-bootstrap.version>
+    <wicket-bootstrap.version>2.0.8</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>