Skip to content

Commit b08e2ba

Browse files
committed
Merge branch '1.11.x' into 1.12.x
2 parents 8c1538e + a13a46a commit b08e2ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aspectjweaver = "1.9.22"
77
assertj = "3.24.2"
88
awaitility = "4.2.1"
99
# legacy SDK
10-
aws-cloudwatch = "1.12.715"
10+
aws-cloudwatch = "1.12.720"
1111
caffeine = "2.9.3"
1212
cloudwatch2 = "2.21.46"
1313
colt = "1.2.0"
@@ -72,7 +72,7 @@ slf4j = "1.7.36"
7272
spectator-atlas = "1.7.12"
7373
spring = "5.3.34"
7474
spring-javaformat = "0.0.41"
75-
testcontainers = "1.19.7"
75+
testcontainers = "1.19.8"
7676
tomcat = "8.5.100"
7777
wavefront = "3.4.3"
7878
# pinned to avoid issues with shaded slf4j version - see gh-3414

settings.gradle

Lines changed: 1 addition & 1 deletion
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)