[tor-commits] [exonerator/master] Update PostgreSQL JDBC driver version to 42.2.5.

karsten at torproject.org karsten at torproject.org
Tue Sep 17 08:28:05 UTC 2019


commit 6babf3f62e7b23beed348d27b25e897936f96b72
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Sep 17 10:27:28 2019 +0200

    Update PostgreSQL JDBC driver version to 42.2.5.
---
 CHANGELOG.md | 1 +
 build.xml    | 2 +-
 src/build    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f0db8f..ddbae79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
      versions resolved by Ivy are the same as in Debian stretch with
      few exceptions.
    - Remove Cobertura from the build process.
+   - Update PostgreSQL JDBC driver version to 42.2.5.
 
 
 # Changes in version 4.1.0 - 2019-05-13
diff --git a/build.xml b/build.xml
index 9aab930..9d522fe 100644
--- a/build.xml
+++ b/build.xml
@@ -40,7 +40,7 @@
     <include name="jackson-databind-2.8.6.jar"/>
     <include name="logback-core-1.1.9.jar" />
     <include name="logback-classic-1.1.9.jar" />
-    <include name="postgresql-9.4.1212.jar"/>
+    <include name="postgresql-42.2.5.jar"/>
     <include name="slf4j-api-1.7.22.jar"/>
   </patternset>
 
diff --git a/src/build b/src/build
index 75cda35..0674958 160000
--- a/src/build
+++ b/src/build
@@ -1 +1 @@
-Subproject commit 75cda35ba7375ab0f5b12fa214620c3a29917097
+Subproject commit 0674958512c705255d4ec4631d3280068ce0a7af



More information about the tor-commits mailing list