File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ def VERSIONS = [
72
72
' org.mongodb:mongodb-driver-sync:latest.release' ,
73
73
' org.postgresql:postgresql:latest.release' ,
74
74
' 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+' ,
76
77
' org.testcontainers:junit-jupiter:latest.release' ,
77
78
' org.testcontainers:kafka:latest.release' ,
78
79
' org.testcontainers:postgresql:latest.release' ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ dependencies {
115
115
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
116
116
}
117
117
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" )
119
119
}
120
120
121
121
task shenandoahTest (type : Test ) {
You can’t perform that action at this time.
0 commit comments