Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 7871bb4

Browse files
authored
Merge pull request #41 from xdev-software/3-update-jdbc-driver
Update JDBC-Driver to 42.5.1
2 parents 0de687f + b914870 commit 7871bb4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## 6.0.1
2+
* Updated JDBC driver
3+
14
## 6.0.0
2-
* Inital open-source release
5+
* Initial open-source release

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
</dependency>
9393

9494
<dependency>
95-
<groupId>postgresql</groupId>
95+
<groupId>org.postgresql</groupId>
9696
<artifactId>postgresql</artifactId>
97-
<version>9.0-801.jdbc4</version>
97+
<version>42.5.1</version>
9898
</dependency>
9999
</dependencies>
100100

@@ -303,4 +303,4 @@
303303
</profile>
304304
</profiles>
305305

306-
</project>
306+
</project>

0 commit comments

Comments
 (0)