diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d245667..ce90059 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,25 +1,25 @@ [versions] assertj = "3.26.0" -azure = "5.19.0" -azure-identity = "1.14.2" +azure = "5.21.0" +azure-identity = "1.15.4" # we provide the latest version of guava here, as queryDSL pulls in a very old (and vulnerable) version of guava, and we want to override that here guava = "33.2.1-jre" jgiven = "1.3.1" -jupiter = "5.10.2" +jupiter = "5.11.4" kotlin-logging = "3.0.5" logstash = "7.4" -opentelemetry = "1.38.0" +opentelemetry = "1.48.0" -shedlock = "5.13.0" +shedlock = "6.3.0" -spring-boot = "3.4.2" -spring-cloud = "2024.0.0" +spring-boot = "3.4.4" +spring-cloud = "2024.0.1" [libraries] archunit-ccv = { module = "io.cloudflight.cleancode.archunit:archunit-cleancode-verifier", version = "0.5.0" } diff --git a/settings.gradle b/settings.gradle index ff27f52..f07a890 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "io.cloudflight.autoconfigure-settings" version "1.1.1" + id "io.cloudflight.autoconfigure-settings" version "1.1.2" } rootProject.name = 'cloudflight-platform-spring'