File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ executors:
25
25
machine-executor :
26
26
working_directory : ~/micrometer
27
27
machine :
28
- image : ubuntu-2204:2024.01.1
28
+ image : ubuntu-2204:2024.01.2
29
29
30
30
commands :
31
31
gradlew-build :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ archunit = "1.1.0"
4
4
asmForPlugins = " 7.3.1"
5
5
aspectjweaver = " 1.8.14"
6
6
assertj = " 3.24.2"
7
- awaitility = " 4.2.0 "
7
+ awaitility = " 4.2.1 "
8
8
# legacy SDK
9
- aws-cloudwatch = " 1.12.674 "
9
+ aws-cloudwatch = " 1.12.691 "
10
10
caffeine = " 2.9.3"
11
11
cloudwatch2 = " 2.20.162"
12
12
colt = " 1.2.0"
@@ -57,20 +57,20 @@ log4j = "2.20.0"
57
57
maven-resolver = " 1.9.18"
58
58
mockito = " 5.5.0"
59
59
mongo = " 4.9.1"
60
- netty = " 4.1.107 .Final"
60
+ netty = " 4.1.108 .Final"
61
61
newrelic-api = " 5.14.0"
62
62
okhttp = " 4.11.0"
63
63
postgre = " 42.6.1"
64
64
prometheus = " 0.16.0"
65
- reactor = " 2020.0.41 "
65
+ reactor = " 2020.0.42 "
66
66
rest-assured = " 5.3.2"
67
- signalfx = " 1.0.39 "
67
+ signalfx = " 1.0.40 "
68
68
slf4j = " 1.7.36"
69
69
spectator-atlas = " 1.6.11"
70
- spring = " 5.3.32 "
70
+ spring = " 5.3.33 "
71
71
spring-javaformat = " 0.0.41"
72
72
testcontainers = " 1.19.7"
73
- tomcat = " 8.5.99 "
73
+ tomcat = " 8.5.100 "
74
74
wavefront = " 3.1.0"
75
75
# pinned to avoid issues with shaded slf4j version - see gh-3414
76
76
wiremock = " 2.33.2"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
6
6
7
7
plugins {
8
8
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 '
10
10
id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.8.0'
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments