diff options
author | James Moger <james.moger@gitblit.com> | 2017-01-30 16:40:21 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2017-01-30 16:46:03 -0500 |
commit | a09f4017b144c93689d8c5f2511610cb1fc9e777 (patch) | |
tree | 01de291fc8065f05a22cfc6b9c232b205ae203e0 | |
parent | 781401d08ff9f556e72e7b54ef4f6ae789a9df1c (diff) | |
download | iciql-a09f4017b144c93689d8c5f2511610cb1fc9e777.tar.gz iciql-a09f4017b144c93689d8c5f2511610cb1fc9e777.zip |
Update Postgres driver to 9.4.1212
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>9.4.1208</version> + <version>9.4.1212</version> <type>jar</type> <scope>provided</scope> </dependency> |