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/06/23 15:33:22 UTC

[syncope] branch master updated (0585d83bcc -> d4d63645cc)

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 0585d83bcc Upgrading Tika and asciidoctorj-pdf
     new 355de2bf47 Upgrading Spring Boot
     new d4d63645cc Upgrading PostgreSQL JDBC driver

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


[syncope] 02/02: Upgrading PostgreSQL JDBC driver

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 d4d63645ccd284bb2da63089f305d7db88629b62
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jun 23 14:49:31 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 4e8f2cf2be..6a258cce8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.3.5</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.3.6</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
     <jdbc.mariadb.version>2.7.5</jdbc.mariadb.version>
     <jdbc.mssql.version>10.2.1.jre</jdbc.mssql.version>


[syncope] 01/02: Upgrading Spring Boot

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 355de2bf475f803671f891ddd9e59e7ee5c714ef
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jun 23 14:47:16 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 5a810ffc4a..4e8f2cf2be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <jackson.version>2.13.3</jackson.version>
 
-    <spring-boot.version>2.6.8</spring-boot.version>
+    <spring-boot.version>2.6.9</spring-boot.version>
     <spring-cloud-gateway.version>3.1.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>