Skip to content

Commit 17ab6b5

Browse files
Merge branch '1.9.x' into 1.10.x
# Conflicts: # micrometer-core/build.gradle
2 parents b6be65c + 95fff22 commit 17ab6b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dependencies.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def VERSIONS = [
7575
'org.postgresql:postgresql:latest.release',
7676
'org.slf4j:slf4j-api:1.7.+',
7777
'org.springframework:spring-context:5.+',
78+
'org.springframework:spring-core:5+',
7879
'org.testcontainers:junit-jupiter:latest.release',
7980
'org.testcontainers:kafka:latest.release',
8081
'org.testcontainers:postgresql:latest.release',

micrometer-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
exclude group: "org.slf4j", module: "jcl-over-slf4j"
151151
}
152152
testImplementation("org.apache.maven.resolver:maven-resolver-connector-basic:latest.release")
153-
testImplementation("org.springframework:spring-core:latest.release")
153+
testImplementation("org.springframework:spring-core")
154154

155155
// gRPC
156156
testImplementation("io.grpc:grpc-core")

0 commit comments

Comments
 (0)