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 @@ -75,6 +75,7 @@ def VERSIONS = [
75
75
' org.postgresql:postgresql:latest.release' ,
76
76
' org.slf4j:slf4j-api:1.7.+' ,
77
77
' org.springframework:spring-context:5.+' ,
78
+ ' org.springframework:spring-core:5+' ,
78
79
' org.testcontainers:junit-jupiter:latest.release' ,
79
80
' org.testcontainers:kafka:latest.release' ,
80
81
' org.testcontainers:postgresql:latest.release' ,
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ dependencies {
150
150
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
151
151
}
152
152
testImplementation(" org.apache.maven.resolver:maven-resolver-connector-basic:latest.release" )
153
- testImplementation(" org.springframework:spring-core:latest.release " )
153
+ testImplementation(" org.springframework:spring-core" )
154
154
155
155
// gRPC
156
156
testImplementation(" io.grpc:grpc-core" )
You can’t perform that action at this time.
0 commit comments