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/07/13 09:06:17 UTC

[syncope] branch master updated (159a03b -> 61aa715)

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

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


    from 159a03b  NOJIRA: Allow push ops to WA to reload services (#202)
     new 49c6e4d  Upgrading BouncyCastle and Font Awesome
     new 171c9bf  Upgrading Wildfly
     new 61aa715  Upgrading openjpa, cargo-maven2-plugin and Mockito

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


[syncope] 01/03: Upgrading BouncyCastle and Font Awesome

Posted by il...@apache.org.
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 49c6e4d6b08f9899c95ea7ddfddd2d74c887a138
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jul 7 17:06:43 2020 +0200

    Upgrading BouncyCastle and Font Awesome
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 133129c..5764026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
     <cxf.version>3.3.7</cxf.version>
-    <bouncycastle.version>1.65</bouncycastle.version>
+    <bouncycastle.version>1.66</bouncycastle.version>
 
     <jackson.version>2.11.1</jackson.version>
 
@@ -460,7 +460,7 @@ under the License.
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
 
     <bootbox.version>5.4.0</bootbox.version>
-    <font-awesome.version>5.13.0</font-awesome.version>
+    <font-awesome.version>5.13.1</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <highlightjs.version>9.15.10</highlightjs.version>
     <codemirror.version>5.50.0</codemirror.version>


[syncope] 03/03: Upgrading openjpa, cargo-maven2-plugin and Mockito

Posted by il...@apache.org.
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 61aa7153a7a2a86de69b6fb403b0ce95b618d7e6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 9 15:33:23 2020 +0200

    Upgrading openjpa, cargo-maven2-plugin and Mockito
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0a8d24..3f6a0b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
     <spring-boot.version>2.3.1.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>
 
-    <openjpa.version>3.1.1</openjpa.version>
+    <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>
     <bval.version>2.0.3</bval.version>
 
@@ -451,7 +451,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.6.2</junit.version>
-    <mockito.version>3.3.0</mockito.version>
+    <mockito.version>3.4.0</mockito.version>
 
     <swagger-core.version>2.1.3</swagger-core.version>
     <swagger-ui.version>3.28.0</swagger-ui.version>
@@ -2277,7 +2277,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.13</version>
+          <version>1.7.15</version>
           <configuration>
             <configuration>
               <type>standalone</type>


[syncope] 02/03: Upgrading Wildfly

Posted by il...@apache.org.
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 171c9bf12e4f6c6f7de71850edea4c0ef2088551
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 8 08:42:47 2020 +0200

    Upgrading Wildfly
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5764026..b0a8d24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@ under the License.
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
     <tomcat.version>9.0.37</tomcat.version>
-    <wildfly.version>20.0.0.Final</wildfly.version>
+    <wildfly.version>20.0.1.Final</wildfly.version>
     <payara.version>5.2020.2</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>