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 2019/10/04 06:51:34 UTC

[syncope] 01/02: Upgrading PostgreSQL docker and JDBC + Apache RAT

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 55ed9c2c322b988ac633559aa5f5d8aa27a3a0b3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 4 08:51:01 2019 +0200

    Upgrading PostgreSQL docker and JDBC + Apache RAT
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d98b4d3..02d7386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,11 +504,11 @@ under the License.
 
     <tomcat.version>9.0.26</tomcat.version>
 
-    <docker.postgresql.version>11.5</docker.postgresql.version>
+    <docker.postgresql.version>12</docker.postgresql.version>
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.4</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.5</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.2.8</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.16</jdbc.mysql.version>
     <jdbc.mariadb.version>2.4.1</jdbc.mariadb.version>
     <jdbc.mssql.version>7.2.2.jre</jdbc.mssql.version>
@@ -2263,6 +2263,7 @@ under the License.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+	<version>0.13</version>
         <configuration>
           <excludes>
             <exclude>**/nbactions.xml</exclude>