File tree 2 files changed +2
-1
lines changed 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ def VERSIONS = [
72
72
' org.postgresql:postgresql:latest.release' ,
73
73
' org.slf4j:slf4j-api:1.7.+' ,
74
74
' org.springframework:spring-context:5.+' ,
75
+ ' org.springframework:spring-core:5+' ,
75
76
' org.testcontainers:junit-jupiter:latest.release' ,
76
77
' org.testcontainers:kafka:latest.release' ,
77
78
' org.testcontainers:postgresql:latest.release' ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111
111
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
112
112
}
113
113
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" )
115
115
}
116
116
117
117
task shenandoahTest (type : Test ) {
You can’t perform that action at this time.
0 commit comments