Skip to content

Commit 618e2f4

Browse files
Merge branch '1.11.x' into 1.12.x
2 parents 612b996 + 4c4c892 commit 618e2f4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ executors:
2525
machine-executor:
2626
working_directory: ~/micrometer
2727
machine:
28-
image: ubuntu-2204:2024.01.1
28+
image: ubuntu-2204:2024.01.2
2929

3030
commands:
3131
gradlew-build:

gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ archunit = "1.2.1"
55
asmForPlugins = "7.3.1"
66
aspectjweaver = "1.9.21.1"
77
assertj = "3.24.2"
8-
awaitility = "4.2.0"
8+
awaitility = "4.2.1"
99
# legacy SDK
10-
aws-cloudwatch = "1.12.674"
10+
aws-cloudwatch = "1.12.691"
1111
caffeine = "2.9.3"
1212
cloudwatch2 = "2.21.46"
1313
colt = "1.2.0"
@@ -59,20 +59,20 @@ log4j = "2.21.1"
5959
maven-resolver = "1.9.18"
6060
mockito = "5.7.0"
6161
mongo = "4.11.1"
62-
netty = "4.1.107.Final"
62+
netty = "4.1.108.Final"
6363
newrelic-api = "5.14.0"
6464
okhttp = "4.11.0"
65-
postgre = "42.6.1"
65+
postgre = "42.6.2"
6666
prometheus = "0.16.0"
6767
reactor = "2022.0.16"
6868
rest-assured = "5.3.2"
69-
signalfx = "1.0.39"
69+
signalfx = "1.0.40"
7070
slf4j = "1.7.36"
7171
spectator-atlas = "1.7.8"
72-
spring = "5.3.32"
72+
spring = "5.3.33"
7373
spring-javaformat = "0.0.41"
7474
testcontainers = "1.19.7"
75-
tomcat = "8.5.99"
75+
tomcat = "8.5.100"
7676
wavefront = "3.4.3"
7777
# pinned to avoid issues with shaded slf4j version - see gh-3414
7878
wiremock = "2.33.2"

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66

77
plugins {
88
id 'com.gradle.enterprise' version '3.16.2'
9-
id 'io.spring.ge.conventions' version '0.0.15'
9+
id 'io.spring.ge.conventions' version '0.0.16'
1010
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
1111
}
1212

0 commit comments

Comments
 (0)