Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rds, sns, ssm to 2.21.28 #839

Merged
merged 2 commits into from
Nov 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update rds, sns, ssm to 2.21.28
  • Loading branch information
tna-digital-archiving-jenkins committed Nov 22, 2023
commit 7df1e9449f79ef09b51bbbc663acaada69ff0ec3
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ object Dependencies {
lazy val mockito: ModuleID = "org.mockito" %% "mockito-scala" % "1.17.29"
lazy val notifyJavaClient: ModuleID = "uk.gov.service.notify" % "notifications-java-client" % "4.1.0-RELEASE"
lazy val quarkusCredentials = "io.quarkus" % "quarkus-credentials" % "3.6.0.CR1"
lazy val rds = "software.amazon.awssdk" % "rds" % "2.21.26"
lazy val rds = "software.amazon.awssdk" % "rds" % "2.21.28"
lazy val scalaCache = "com.github.cb372" %% "scalacache-caffeine" % "0.28.0"
lazy val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val snsSdk = "software.amazon.awssdk" % "sns" % "2.21.26"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.21.26"
lazy val snsSdk = "software.amazon.awssdk" % "sns" % "2.21.28"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.21.28"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.3"
lazy val caffiene = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
}