diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9c77e213dc..74c56693a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ asmForPlugins = "7.3.1" # 1.9.20.1 is the last release that accepts jdk 11 for building aspectjweaver = "1.9.20.1" assertj = "3.26.0" -awaitility = "4.2.1" +awaitility = "4.2.2" caffeine = "2.9.3" cloudwatch2 = "2.26.14" colt = "1.2.0" @@ -40,7 +40,7 @@ jackson-databind = "2.17.1" javax-cache = "1.1.1" javax-inject = "1" jaxb = "2.3.1" -jetty9 = "9.4.54.v20240208" +jetty9 = "9.4.55.v20240627" jetty11 = "11.0.16" jetty12 = "12.0.6" jersey2 = "2.43" @@ -60,22 +60,22 @@ latency-utils = "2.0.3" logback12 = "1.2.13" logback-latest = "1.5.3" log4j = "2.23.1" -maven-resolver = "1.9.20" +maven-resolver = "1.9.22" mockito4 = "4.11.0" mockito5 = "5.11.0" -mongo = "4.11.2" -netty = "4.1.111.Final" +mongo = "4.11.3" +netty = "4.1.112.Final" newrelic-api = "5.14.0" # Kotlin 1.7 sample will fail from OkHttp 4.12.0 due to okio dependency being a Kotlin 1.9 module okhttp = "4.11.0" postgre = "42.7.3" prometheus = "1.3.1" prometheusSimpleClient = "0.16.0" -reactor = "2022.0.20" +reactor = "2022.0.21" rest-assured = "5.4.0" -signalfx = "1.0.43" +signalfx = "1.0.44" slf4j = "1.7.36" -spectator-atlas = "1.7.14" +spectator-atlas = "1.7.18" spring = "5.3.36" spring-javaformat = "0.0.42" testcontainers = "1.19.8" diff --git a/settings.gradle b/settings.gradle index 771ebaec91..d4407d8e44 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '3.17.5' + id 'com.gradle.develocity' version '3.17.6' id 'io.spring.develocity.conventions' version '0.0.19' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' }