diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b7726a0449..12e847b07a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ aspectjweaver = "1.8.14" assertj = "3.24.2" awaitility = "4.2.1" # legacy SDK -aws-cloudwatch = "1.12.715" +aws-cloudwatch = "1.12.720" caffeine = "2.9.3" cloudwatch2 = "2.20.162" colt = "1.2.0" @@ -70,7 +70,7 @@ slf4j = "1.7.36" spectator-atlas = "1.6.11" spring = "5.3.34" spring-javaformat = "0.0.41" -testcontainers = "1.19.7" +testcontainers = "1.19.8" tomcat = "8.5.100" wavefront = "3.1.0" # pinned to avoid issues with shaded slf4j version - see gh-3414 diff --git a/settings.gradle b/settings.gradle index 2fdffffb4b..3c764f96b8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '3.17.2' + id 'com.gradle.develocity' version '3.17.3' id 'io.spring.ge.conventions' version '0.0.17' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' }