From 948b7aca7eca324c1fb4ad56ee5738d56887968b Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:34:24 +0000 Subject: [PATCH] Update aws-advanced-jdbc-wrapper to 3.3.0 --- newswires/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newswires/build.sbt b/newswires/build.sbt index 40fbead2..507d4759 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" % "3.3.0" 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"