Skip to content

Commit 3a83634

Browse files
authored
Merge pull request #1176 from domaframework/dependencies/postgresql
Update PostgreSQL Docker image to 12.20
2 parents d2de301 + 288464f commit 3a83634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ h2.url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
1919
mysql.url=jdbc:tc:mysql:5.7:///test?TC_DAEMON=true&allowMultiQueries=true
2020
mysql8.url=jdbc:tc:mysql:8.0.36:///test?TC_MY_CNF=mysql_conf_override&TC_DAEMON=true&allowMultiQueries=true
2121
oracle.url=jdbc:tc:oracle:21-slim-faststart:thin:@test?TC_DAEMON=true
22-
postgresql.url=jdbc:tc:postgresql:10.16:///test?TC_DAEMON=true
22+
postgresql.url=jdbc:tc:postgresql:12.20:///test?TC_DAEMON=true
2323
sqlserver.url=jdbc:tc:sqlserver:2019-CU12-ubuntu-20.04:///test?TC_DAEMON=true

0 commit comments

Comments
 (0)