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:58:20 UTC

[syncope] branch 2_0_X updated: Upgrading PostgreSQL JDBC + Apache RAT

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

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


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

commit c2d883941f4522880e58a4a86a65e8369bf5c613
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 4 08:54:49 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 82b66e4..be7f567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,7 +528,7 @@ under the License.
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    
 
-    <jdbc.postgresql.version>42.2.6</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.2.8</jdbc.postgresql.version>
     <jdbc.mysql.version>5.1.48</jdbc.mysql.version>
     <jdbc.mariadb.version>2.2.6</jdbc.mariadb.version>
     <jdbc.mssql.version>6.4.0.jre</jdbc.mssql.version>
@@ -2325,6 +2325,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>