Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/docker/python-3.13.1-alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle authored Dec 9, 2024
2 parents 6b0f09b + 9d21ce6 commit 5f38edd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import sbt._

object Dependencies {
private val keycloakVersion = "26.0.6"
private val keycloakVersion = "26.0.7"
private val circeVersion = "0.14.10"
private val awsSdkVersion = "2.29.20"
private val awsSdkVersion = "2.29.29"

lazy val awsSecretsManager = "com.amazonaws.secretsmanager" % "aws-secretsmanager-caching-java" % "2.0.0"
lazy val awsUtils: ModuleID = "uk.gov.nationalarchives" %% "tdr-aws-utils" % "0.1.27"
Expand All @@ -17,7 +17,7 @@ object Dependencies {
lazy val keycloakServerSpi: ModuleID = "org.keycloak" % "keycloak-server-spi" % keycloakVersion % "provided"
lazy val mockito: ModuleID = "org.mockito" %% "mockito-scala" % "1.17.37"
lazy val notifyJavaClient: ModuleID = "uk.gov.service.notify" % "notifications-java-client" % "5.2.1-RELEASE"
lazy val quarkusCredentials = "io.quarkus" % "quarkus-credentials" % "3.17.0"
lazy val quarkusCredentials = "io.quarkus" % "quarkus-credentials" % "3.17.3"
lazy val rds = "software.amazon.awssdk" % "rds" % "2.26.27"
lazy val scalaCache = "com.github.cb372" %% "scalacache-caffeine" % "0.28.0"
lazy val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.19"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 5f38edd

Please sign in to comment.