Skip to content

Commit a13a46a

Browse files
committed
Merge branch '1.9.x' into 1.11.x
2 parents 138d1e5 + bdd77ba commit a13a46a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aspectjweaver = "1.8.14"
66
assertj = "3.24.2"
77
awaitility = "4.2.1"
88
# legacy SDK
9-
aws-cloudwatch = "1.12.715"
9+
aws-cloudwatch = "1.12.720"
1010
caffeine = "2.9.3"
1111
cloudwatch2 = "2.20.162"
1212
colt = "1.2.0"
@@ -70,7 +70,7 @@ slf4j = "1.7.36"
7070
spectator-atlas = "1.6.11"
7171
spring = "5.3.34"
7272
spring-javaformat = "0.0.41"
73-
testcontainers = "1.19.7"
73+
testcontainers = "1.19.8"
7474
tomcat = "8.5.100"
7575
wavefront = "3.1.0"
7676
# pinned to avoid issues with shaded slf4j version - see gh-3414

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66

77
plugins {
8-
id 'com.gradle.develocity' version '3.17.2'
8+
id 'com.gradle.develocity' version '3.17.3'
99
id 'io.spring.ge.conventions' version '0.0.17'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
1111
}

0 commit comments

Comments
 (0)