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/11/24 14:20:13 UTC

[syncope] 01/02: Upgrading Caffeine and PostgreSQL JDBC Driver

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 04ddfc02cecc8a5d95768d477642a61ca77db0ce
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 24 11:27:57 2022 +0100

    Upgrading Caffeine and PostgreSQL JDBC Driver
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index be0f81440c..e2b6d4519e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -512,7 +512,7 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.5.0</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.5.1</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.31</jdbc.mysql.version>
     <jdbc.mariadb.version>3.0.8</jdbc.mariadb.version>
     <jdbc.mssql.version>11.2.1.jre</jdbc.mssql.version>
@@ -1028,7 +1028,7 @@ under the License.
       <dependency>
         <groupId>com.github.ben-manes.caffeine</groupId>
         <artifactId>caffeine</artifactId>
-        <version>3.1.1</version>
+        <version>3.1.2</version>
       </dependency>
 
       <dependency>