File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ def VERSIONS = [
7272 ' org.postgresql:postgresql:latest.release' ,
7373 ' org.slf4j:slf4j-api:1.7.+' ,
7474 ' org.springframework:spring-context:5.+' ,
75+ ' org.springframework:spring-core:5+' ,
7576 ' org.testcontainers:junit-jupiter:latest.release' ,
7677 ' org.testcontainers:kafka:latest.release' ,
7778 ' org.testcontainers:postgresql:latest.release' ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111111 exclude group : " org.slf4j" , module : " jcl-over-slf4j"
112112 }
113113 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" )
115115}
116116
117117task shenandoahTest (type : Test ) {
You can’t perform that action at this time.
0 commit comments