Skip to content

Commit

Permalink
Update quarkus-credentials to 3.4.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-digital-archiving-jenkins committed Sep 13, 2023
1 parent d9500d4 commit 9073c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
lazy val keycloakServerSpi: ModuleID = "org.keycloak" % "keycloak-server-spi" % keycloakVersion % "provided"
lazy val mockito: ModuleID = "org.mockito" %% "mockito-scala" % "1.17.22"
lazy val notifyJavaClient: ModuleID = "uk.gov.service.notify" % "notifications-java-client" % "4.1.0-RELEASE"
lazy val quarkusCredentials = "io.quarkus" % "quarkus-credentials" % "3.3.2"
lazy val quarkusCredentials = "io.quarkus" % "quarkus-credentials" % "3.4.0.CR1"
lazy val rds = "software.amazon.awssdk" % "rds" % "2.20.1"
lazy val scalaCache = "com.github.cb372" %% "scalacache-caffeine" % "0.28.0"
lazy val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.17"
Expand Down

0 comments on commit 9073c79

Please sign in to comment.