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/10/14 06:29:07 UTC

[syncope] branch master updated: Upgrading bcpkix-jdk15on, jacoco-maven-plugin, Swagger Code, Wicket jQueryUi

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


The following commit(s) were added to refs/heads/master by this push:
     new 8bbb5c9  Upgrading bcpkix-jdk15on, jacoco-maven-plugin, Swagger Code, Wicket jQueryUi
8bbb5c9 is described below

commit 8bbb5c9aa8e3ecb1f08fcc3928f130cc772b5df8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 14 08:26:13 2019 +0200

    Upgrading bcpkix-jdk15on, jacoco-maven-plugin, Swagger Code, Wicket jQueryUi
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b0456e..47ca557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,7 +453,7 @@ under the License.
     <connid.location>file:${bundles.directory}/</connid.location>
     <log.directory>${project.build.directory}/log</log.directory>
 
-    <swagger-core.version>2.0.9</swagger-core.version>    
+    <swagger-core.version>2.0.10</swagger-core.version>    
     <swagger-ui.version>3.23.8</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
@@ -476,7 +476,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
     
     <wicket.version>8.6.1</wicket.version>
-    <wicket-jqueryui.version>8.3.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.11</wicket-bootstrap.version>
     <wicket-spring-boot.version>2.1.7</wicket-spring-boot.version>
     
@@ -1772,7 +1772,7 @@ under the License.
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcpkix-jdk15on</artifactId>
-        <version>1.63</version>
+        <version>1.64</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -2195,7 +2195,7 @@ under the License.
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.4</version>
+        <version>0.8.5</version>
         <configuration>
           <append>true</append>
           <skip>${skipTests}</skip>
@@ -2459,7 +2459,7 @@ under the License.
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.4.4/apidocs/</link>
             <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/7.3.2/index.html</link>
-            <link>http://docs.swagger.io/swagger-core/v2.0.9/apidocs/</link>
+            <link>http://docs.swagger.io/swagger-core/v2.0.10/apidocs/</link>
           </links>
         </configuration>
         <reportSets>