File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ def VERSIONS = [
7575 ' org.postgresql:postgresql:latest.release' ,
7676 ' org.slf4j:slf4j-api:1.7.+' ,
7777 ' org.springframework:spring-context:5.+' ,
78+ ' org.springframework:spring-core:5+' ,
7879 ' org.testcontainers:junit-jupiter:latest.release' ,
7980 ' org.testcontainers:kafka:latest.release' ,
8081 ' org.testcontainers:postgresql:latest.release' ,
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ dependencies {
150150 exclude group : " org.slf4j" , module : " jcl-over-slf4j"
151151 }
152152 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" )
154154
155155 // gRPC
156156 testImplementation(" io.grpc:grpc-core" )
You can’t perform that action at this time.
0 commit comments