Skip to content

Commit

Permalink
Bump postgres to 42.3.6 (#24644) (#24649)
Browse files Browse the repository at this point in the history
Co-authored-by: Reza Lotun <reza@metabase.com>
  • Loading branch information
metabase-bot[bot] and rlotun committed Aug 5, 2022
1 parent 57d4a2c commit b88f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Expand Up @@ -118,7 +118,7 @@
:exclusions [ch.qos.logback/logback-classic]}
org.mariadb.jdbc/mariadb-java-client {:mvn/version "2.7.6"} ; MySQL/MariaDB driver
org.mindrot/jbcrypt {:mvn/version "0.4"} ; Crypto library
org.postgresql/postgresql {:mvn/version "42.3.5"} ; Postgres driver
org.postgresql/postgresql {:mvn/version "42.3.6"} ; Postgres driver
org.quartz-scheduler/quartz {:mvn/version "2.3.2"} ; Quartz job scheduler, provided by quartzite but this is a newer version.
org.slf4j/slf4j-api {:mvn/version "1.7.36"} ; abstraction for logging frameworks -- allows end user to plug in desired logging framework at deployment time
org.tcrawley/dynapath {:mvn/version "1.1.0"} ; Dynamically add Jars (e.g. Oracle or Vertica) to classpath
Expand Down

0 comments on commit b88f86e

Please sign in to comment.