From 047082b29d9b4856abfb9ac0389c2910477c4ad4 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Wed, 3 Oct 2018 12:27:14 +0200 Subject: [PATCH] Upgraded postgresql jdbc: 42.2.4 -> 42.2.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f08c6eae..f81cb2660 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ libraryDependencies ++= Seq( "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "1.4.196", "org.mariadb.jdbc" % "mariadb-java-client" % "2.2.6", - "org.postgresql" % "postgresql" % "42.2.4", + "org.postgresql" % "postgresql" % "42.2.5", "ch.qos.logback" % "logback-classic" % "1.2.3", "com.zaxxer" % "HikariCP" % "2.7.4", "com.typesafe" % "config" % "1.3.2",