Skip to content
Snippets Groups Projects
Commit d23b2669 authored by Ryan Senior's avatar Ryan Senior
Browse files

Upgrade the PostgreSQL JDBC driver to 42.1.4

Fixes #5424
parent 14d6a93f
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
[org.slf4j/slf4j-log4j12 "1.7.25"] ; abstraction for logging frameworks -- allows end user to plug in desired logging framework at deployment time
[org.yaml/snakeyaml "1.18"] ; YAML parser (required by liquibase)
[org.xerial/sqlite-jdbc "3.16.1"] ; SQLite driver
[postgresql "9.3-1102.jdbc41"] ; Postgres driver
[org.postgresql/postgresql "42.1.4.jre7"] ; Postgres driver
[io.crate/crate-jdbc "2.1.6"] ; Crate JDBC driver
[prismatic/schema "1.1.5"] ; Data schema declaration and validation library
[redux "0.1.4"] ; Utility functions for building and composing transducers
......
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