Skip to content

Commit c88decf

Browse files
Pin Spring Framework to 5.+
fixes gh-3541
1 parent 521e0a0 commit c88decf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dependencies.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def VERSIONS = [
7272
'org.mongodb:mongodb-driver-sync:latest.release',
7373
'org.postgresql:postgresql:latest.release',
7474
'org.slf4j:slf4j-api:1.7.+',
75-
'org.springframework:spring-context:latest.release',
75+
'org.springframework:spring-context:5.+',
76+
'org.springframework:spring-core:5+',
7677
'org.testcontainers:junit-jupiter:latest.release',
7778
'org.testcontainers:kafka:latest.release',
7879
'org.testcontainers:postgresql:latest.release',

micrometer-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies {
115115
exclude group: "org.slf4j", module: "jcl-over-slf4j"
116116
}
117117
testImplementation("org.apache.maven.resolver:maven-resolver-connector-basic:latest.release")
118-
testImplementation("org.springframework:spring-core:latest.release")
118+
testImplementation("org.springframework:spring-core")
119119
}
120120

121121
task shenandoahTest(type: Test) {

0 commit comments

Comments
 (0)