Skip to content

Commit 5c5a1ad

Browse files
committed
#97 upgrade to embedded-postgres 1.2.7
1 parent 3c7eb73 commit 5c5a1ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

embedded-database-spring-test/src/main/resources/META-INF/spring-configuration-metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
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
},
@@ -141,6 +144,9 @@
141144
{
142145
"value": "postgres:9.4-alpine"
143146
},
147+
{
148+
"value": "postgres:12"
149+
},
144150
{
145151
"value": "postgres:11"
146152
},

0 commit comments

Comments
 (0)