File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
embedded-database-spring-test/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ project(':embedded-database-spring-test') {
152152 dependencies {
153153 compile project(' :embedded-database-spring-test-autoconfigure' )
154154
155- compile ' io.zonky.test:embedded-postgres:1.2.6 '
155+ compile ' io.zonky.test:embedded-postgres:1.2.7 '
156156 compile ' org.testcontainers:postgresql:1.12.1' , optional
157157 compile ' com.opentable.components:otj-pg-embedded:0.13.1' , optional
158158 compile ' ru.yandex.qatools.embed:postgresql-embedded:2.10' , optional
Original file line number Diff line number Diff line change 126126 {
127127 "name" : " zonky.test.database.postgres.docker.image" ,
128128 "values" : [
129+ {
130+ "value" : " postgres:12-alpine"
131+ },
129132 {
130133 "value" : " postgres:11-alpine"
131134 },
141144 {
142145 "value" : " postgres:9.4-alpine"
143146 },
147+ {
148+ "value" : " postgres:12"
149+ },
144150 {
145151 "value" : " postgres:11"
146152 },
You can’t perform that action at this time.
0 commit comments