Skip to content

Commit

Permalink
bump: azure-identity 1.13.3 (was 1.13.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent fb1e26f commit c554e44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ object Dependencies {
val AkkaBinaryVersion = VersionNumber(AkkaVersion).numbers match { case Seq(major, minor, _*) => s"$major.$minor" }
// Align the versions in integration-test/kubernetes-api-java/pom.xml
val AkkaHttpVersion = "10.7.0-M1"
val AkkaHttpBinaryVersion = VersionNumber(AkkaHttpVersion).numbers match { case Seq(major, minor, _*) => s"$major.$minor" }
val AkkaHttpBinaryVersion = VersionNumber(AkkaHttpVersion).numbers match {
case Seq(major, minor, _*) => s"$major.$minor"
}

val ScalaTestVersion = "3.2.19"
val ScalaTestPlusJUnitVersion = ScalaTestVersion + ".0"

val AzureIdentityVersion = "1.13.2"
val AzureIdentityVersion = "1.13.3"
val AwsSdkVersion = "1.12.770"
val JacksonVersion = "2.17.2"
val JacksonDatabindVersion = JacksonVersion
Expand Down

0 comments on commit c554e44

Please sign in to comment.