From cc0bbe54f257ff9f12ed80f6463c0e137e920cec Mon Sep 17 00:00:00 2001 From: lindseydew Date: Thu, 23 Jul 2026 11:22:58 +0100 Subject: [PATCH] Update the aws-advanced-jdbc-wrapper --- newswires/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newswires/build.sbt b/newswires/build.sbt index 14a2b43f..6f26afa8 100644 --- a/newswires/build.sbt +++ b/newswires/build.sbt @@ -22,7 +22,7 @@ libraryDependencies += "org.scalikejdbc" %% "scalikejdbc" % "4.3.5" exclude ( // rest of app still uses jackson 2.x... hold off for now if possible libraryDependencies += "net.logstash.logback" % "logstash-logback-encoder" % "8.1" libraryDependencies += "org.postgresql" % "postgresql" % "42.7.11" -libraryDependencies += "software.amazon.jdbc" % "aws-advanced-jdbc-wrapper" % "3.0.0" +libraryDependencies += "software.amazon.jdbc" % "aws-advanced-jdbc-wrapper" % "4.0.1" libraryDependencies += "io.circe" %% "circe-generic" % "0.14.15" libraryDependencies += "io.circe" %% "circe-parser" % "0.14.15" libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"