diff --git a/project.clj b/project.clj index 340d44bbe548f2c49b3574fb9f53af3e9c9baf37..184c7261ebce6431a22150d57ce4692d68c49623 100644 --- a/project.clj +++ b/project.clj @@ -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