2626
2727 [core : ' 5.1.4' , test : ' 5.1.0' ],
2828 [core : ' 5.2.4' , test : ' 5.2.4' ],
29- [core : ' 6.0.0-beta2 ' , test : ' 5.2.4' ],
29+ [core : ' 6.0.2 ' , test : ' 5.2.4' ],
3030
3131 [core : ' 5.0.7' , test : ' 5.0.0' ] // default version
3232 ]
@@ -152,12 +152,12 @@ project(':embedded-database-spring-test') {
152152 compile project(' :embedded-database-spring-test-autoconfigure' )
153153
154154 compile ' io.zonky.test:embedded-postgres:1.2.5'
155- compile ' org.testcontainers:postgresql:1.10.6 ' , optional
155+ compile ' org.testcontainers:postgresql:1.12.1 ' , optional
156156 compile ' com.opentable.components:otj-pg-embedded:0.13.1' , optional
157157 compile ' ru.yandex.qatools.embed:postgresql-embedded:2.10' , optional
158158
159- compile ' org.springframework:spring-context:4.3.22 .RELEASE'
160- compile ' org.springframework:spring-test:4.3.22 .RELEASE'
159+ compile ' org.springframework:spring-context:4.3.25 .RELEASE'
160+ compile ' org.springframework:spring-test:4.3.25 .RELEASE'
161161 compile " org.flywaydb:flyway-core:$flywayCoreVersion "
162162 compile " org.flywaydb.flyway-test-extensions:flyway-spring-test:$flywayTestVersion "
163163 compile ' com.google.guava:guava:23.0'
@@ -167,7 +167,7 @@ project(':embedded-database-spring-test') {
167167 exclude group : ' org.apache.logging.log4j'
168168 }
169169
170- testCompile ' org.springframework.boot:spring-boot-starter-test:1.5.19 .RELEASE'
170+ testCompile ' org.springframework.boot:spring-boot-starter-test:1.5.22 .RELEASE'
171171 testCompile ' ch.qos.logback:logback-classic:1.2.3'
172172 }
173173
0 commit comments