Skip to content

Commit 95fff22

Browse files
Merge branch '1.8.x' into 1.9.x
# Conflicts: # dependencies.gradle
2 parents 983fc71 + c88decf commit 95fff22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def VERSIONS = [
7272
'org.postgresql:postgresql:latest.release',
7373
'org.slf4j:slf4j-api:1.7.+',
7474
'org.springframework:spring-context:5.+',
75+
'org.springframework:spring-core:5+',
7576
'org.testcontainers:junit-jupiter:latest.release',
7677
'org.testcontainers:kafka:latest.release',
7778
'org.testcontainers:postgresql:latest.release',

micrometer-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
exclude group: "org.slf4j", module: "jcl-over-slf4j"
112112
}
113113
testImplementation("org.apache.maven.resolver:maven-resolver-connector-basic:latest.release")
114-
testImplementation("org.springframework:spring-core:latest.release")
114+
testImplementation("org.springframework:spring-core")
115115
}
116116

117117
task shenandoahTest(type: Test) {

0 commit comments

Comments
 (0)