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 2021/06/18 06:18:00 UTC

[syncope] branch master updated (7ed3a9c -> a8b831b)

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 7ed3a9c  Futher enhancements for extendability
     new d1f7daf  Upgrading Mockito, Font Awesome, maven-dependency-plugin
     new a8b831b  Upgrading Elasticsearch

The 2 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[syncope] 01/02: Upgrading Mockito, Font Awesome, maven-dependency-plugin

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 d1f7daf6340fe916845c08a207b5ee94e22d73e6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jun 14 09:17:41 2021 +0200

    Upgrading Mockito, Font Awesome, maven-dependency-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ca1384..adbbc43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -455,7 +455,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.7.2</junit.version>
-    <mockito.version>3.11.0</mockito.version>
+    <mockito.version>3.11.1</mockito.version>
 
     <swagger-core.version>2.1.8</swagger-core.version>
     <swagger-ui.version>3.50.0</swagger-ui.version>
@@ -464,7 +464,7 @@ under the License.
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
 
     <bootbox.version>5.5.2</bootbox.version>
-    <font-awesome.version>5.15.2</font-awesome.version>
+    <font-awesome.version>5.15.3</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <codemirror.version>5.50.0</codemirror.version>
     <googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>
@@ -2168,7 +2168,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.0</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <useBaseVersion>true</useBaseVersion>

[syncope] 02/02: Upgrading Elasticsearch

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 a8b831bb77ac166a11bf617dae591d399eed7539
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jun 15 15:23:59 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index adbbc43..133c755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
 
     <slf4j.version>2.0.0-alpha1</slf4j.version>
 
-    <elasticsearch.version>7.13.1</elasticsearch.version>
+    <elasticsearch.version>7.13.2</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM26</apacheds.version>
     <apachedirapi.version>2.0.0</apachedirapi.version>