Skip to content
Snippets Groups Projects
Commit 79914841 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

postgres driver upgraded

parent 8e9e9529
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!464Resolve "upgrade 3rd party libraries"
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
<!-- postgres connector --> <!-- postgres connector -->
<dependency> <dependency>
<groupId>postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>${postgresql-jdbc.version}</version> <version>${postgresql-jdbc.version}</version>
</dependency> </dependency>
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<commons-net.version>3.6</commons-net.version> <commons-net.version>3.6</commons-net.version>
<postgresql-jdbc.version>42.2.5</postgresql-jdbc.version>
...@@ -102,7 +103,6 @@ ...@@ -102,7 +103,6 @@
<reflections.version>0.9.9-RC1</reflections.version> <reflections.version>0.9.9-RC1</reflections.version>
<postgresql-jdbc.version>9.1-901.jdbc4</postgresql-jdbc.version>
<osgi.version>1.0.0</osgi.version> <osgi.version>1.0.0</osgi.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment