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 2022/04/05 08:54:27 UTC

[syncope] branch master updated (5f55e43c78 -> 1867a7086c)

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 5f55e43c78 Upgrading Elasticsearch, Zookeeper, Tomcat, AspectJ
     new 0364b7935d Upgrading greenmail
     new 1867a7086c Upgrading JDBC Drivers

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 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


[syncope] 01/02: Upgrading greenmail

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 0364b7935dd395604ab1004a88814cb55864b731
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 4 15:19:35 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 6ab6e27888..35a6cbdb73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1153,7 +1153,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.6.7</version>
+        <version>1.6.8</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>


[syncope] 02/02: Upgrading JDBC Drivers

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 1867a7086c3024fea7e1df65f71ea9fc693ce849
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 5 10:53:28 2022 +0200

    Upgrading JDBC Drivers
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 35a6cbdb73..641382a5e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,11 +508,10 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.3.1</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.3.3</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
-    <!-- see https://jira.mariadb.org/browse/CONJ-921 -->
-    <jdbc.mariadb.version>2.7.5</jdbc.mariadb.version>
-    <jdbc.mssql.version>9.4.1.jre</jdbc.mssql.version>
+    <jdbc.mariadb.version>3.0.4</jdbc.mariadb.version>
+    <jdbc.mssql.version>10.2.0.jre</jdbc.mssql.version>
     <jdbc.oracle.version>21.5.0.0</jdbc.oracle.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>