Skip to content

Commit 5093fce

Browse files
authored
Merge pull request #268 from zonkyio/embedded-postgres-2.0.7
#266 Upgrade to Embedded Postgres 2.0.7
2 parents ba6dfb0 + 09baac3 commit 5093fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ project(':embedded-database-spring-test') {
251251
api 'org.testcontainers:mysql:1.17.6'
252252
api 'org.testcontainers:mariadb:1.17.6'
253253

254-
optImplementation 'io.zonky.test:embedded-postgres:2.0.5'
254+
optImplementation 'io.zonky.test:embedded-postgres:2.0.7'
255255
optImplementation 'com.opentable.components:otj-pg-embedded:0.13.4'
256256
optImplementation 'ru.yandex.qatools.embed:postgresql-embedded:2.10'
257257

258-
optImplementation 'org.postgresql:postgresql:42.4.2'
258+
optImplementation 'org.postgresql:postgresql:42.7.3'
259259
optImplementation 'com.microsoft.sqlserver:mssql-jdbc:11.2.0.jre8'
260260
optImplementation 'mysql:mysql-connector-java:8.0.30'
261261
optImplementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0'

0 commit comments

Comments
 (0)