Skip to content

Commit 0ce1d6e

Browse files
Bump edge test dependencies (#2279)
Bump edge test dependencies
1 parent 301e129 commit 0ce1d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ ext {
3434
jacksonVersion = '2.14.2' // [2.9.0,)
3535
nexusVersion = '0.2.0-alpha'
3636
// we don't upgrade to 1.10.x because it requires kotlin 1.6. Users may use 1.10.x in their environments though.
37-
micrometerVersion = project.hasProperty("edgeDepsTest") ? '1.10.5' : '1.9.9' // [1.0.0,)
37+
micrometerVersion = project.hasProperty("edgeDepsTest") ? '1.13.6' : '1.9.9' // [1.0.0,)
3838

3939
// stay on 1.x for a while to don't use any APIs from 2.x which may break our users which still stay on 1.x
4040
// also slf4j 2.x is not compatible with spring boot 2.x
41-
slf4jVersion = project.hasProperty("edgeDepsTest") ? '2.0.6' : '1.7.36' // [1.4.0,)
41+
slf4jVersion = project.hasProperty("edgeDepsTest") ? '2.0.16' : '1.7.36' // [1.4.0,)
4242
// [3.12.0,)
4343
// 3.12 is brought by min gRPC 1.38.
4444
// We can't move pass 3.22.0 because 3.22.2 deprecates some methods used by generated code produced by
@@ -57,7 +57,7 @@ ext {
5757

5858
// Spring Boot 3 requires Java 17, java-sdk builds against 2.x version because we support Java 8.
5959
// We do test compatibility with Spring Boot 3 in integration tests.
60-
springBootVersion = project.hasProperty("edgeDepsTest") ? '3.0.4' : '2.7.18'// [2.4.0,)
60+
springBootVersion = project.hasProperty("edgeDepsTest") ? '3.1.12' : '2.7.18'// [2.4.0,)
6161

6262
// test scoped
6363
// we don't upgrade to 1.3 and 1.4 because they require slf4j 2.x

0 commit comments

Comments
 (0)