Skip to content

Commit

Permalink
Pin Spring Framework to 5.+
Browse files Browse the repository at this point in the history
fixes gh-3541
  • Loading branch information
jonatan-ivanov committed Nov 16, 2022
1 parent 521e0a0 commit c88decf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def VERSIONS = [
'org.mongodb:mongodb-driver-sync:latest.release',
'org.postgresql:postgresql:latest.release',
'org.slf4j:slf4j-api:1.7.+',
'org.springframework:spring-context:latest.release',
'org.springframework:spring-context:5.+',
'org.springframework:spring-core:5+',
'org.testcontainers:junit-jupiter:latest.release',
'org.testcontainers:kafka:latest.release',
'org.testcontainers:postgresql:latest.release',
Expand Down
2 changes: 1 addition & 1 deletion micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
testImplementation("org.apache.maven.resolver:maven-resolver-connector-basic:latest.release")
testImplementation("org.springframework:spring-core:latest.release")
testImplementation("org.springframework:spring-core")
}

task shenandoahTest(type: Test) {
Expand Down

0 comments on commit c88decf

Please sign in to comment.