This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 54c271e  Upgrading PostgreSQL JDBC + Apache RAT
54c271e is described below

commit 54c271e7b3189a5d1a0a1492ed7070ccf05359bd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Oct 4 08:53:54 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 76d34e1..2df46e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,7 +527,7 @@ under the License.
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.4</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.6</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.2.8</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.17</jdbc.mysql.version>
     <jdbc.mariadb.version>2.4.3</jdbc.mariadb.version>
     <jdbc.mssql.version>7.4.1.jre</jdbc.mssql.version>
@@ -2260,6 +2260,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>

Reply via email to