diff --git a/build.sbt b/build.sbt index 75634ee03..8dd84206a 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val otelInstrumentationVersion = "2.17.1-alpha" val dbDependencies = Seq( "com.augustnagro" %% "magnum" % "1.3.1", // Scala DB client - "org.postgresql" % "postgresql" % "42.7.8", // JDBC driver + "org.postgresql" % "postgresql" % "42.7.9", // JDBC driver "com.zaxxer" % "HikariCP" % "7.0.2", // connection pool "org.flywaydb" % "flyway-database-postgresql" % "11.20.0" // database migrations )