diff --git a/build.sbt b/build.sbt index d41594556..28f7d4439 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val otelInstrumentationVersion = "2.8.0-alpha" val dbDependencies = Seq( "com.augustnagro" %% "magnum" % "1.3.1", - "org.postgresql" % "postgresql" % "42.7.4", + "org.postgresql" % "postgresql" % "42.7.5", "com.zaxxer" % "HikariCP" % "6.0.0", "org.flywaydb" % "flyway-database-postgresql" % "10.20.0" )