Skip to content

Commit

Permalink
Merge pull request #44 from paplorinc/master
Browse files Browse the repository at this point in the history
Update driver
  • Loading branch information
bytefish committed Dec 14, 2019
2 parents 87059c7 + beb9731 commit 46c45be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG #

## 3.4 ##

* Updates the PostgreSQL JDBC driver to Version ``42.2.9``.

## 3.3 ##

* [@robsonbittencourt](https://github.com/robsonbittencourt) reported a severe bug in the Numeric Value handling. Everyone should update to 3.3!
Expand Down
4 changes: 2 additions & 2 deletions PgBulkInsert/pom.xml
Expand Up @@ -59,7 +59,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<postgresql.version>42.2.5</postgresql.version>
<postgresql.version>42.2.9</postgresql.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -170,4 +170,4 @@

</dependencies>

</project>
</project>

0 comments on commit 46c45be

Please sign in to comment.