1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

Update testcontainers to 1.51.1 (#958)

Per release note
(https://github.com/testcontainers/testcontainers-java/releases/tag/1.15.1),
this version is needed to support docker version 20.10 and above.
This commit is contained in:
Lai Jiang
2021-02-08 14:31:17 -05:00
committed by GitHub
parent b59d2ae419
commit 0e74df82df
66 changed files with 2487 additions and 785 deletions

View File

@@ -164,11 +164,11 @@ ext {
'org.seleniumhq.selenium:selenium-java:3.141.59',
'org.seleniumhq.selenium:selenium-remote-driver:3.141.59',
'org.slf4j:slf4j-jdk14:1.7.28',
'org.testcontainers:jdbc:1.14.3',
'org.testcontainers:junit-jupiter:1.14.3',
'org.testcontainers:postgresql:1.14.3',
'org.testcontainers:selenium:1.14.3',
'org.testcontainers:testcontainers:1.14.3',
'org.testcontainers:jdbc:1.15.1',
'org.testcontainers:junit-jupiter:1.15.1',
'org.testcontainers:postgresql:1.15.1',
'org.testcontainers:selenium:1.15.1',
'org.testcontainers:testcontainers:1.15.1',
'org.yaml:snakeyaml:1.17',
'us.fatehi:schemacrawler:16.10.1',
'us.fatehi:schemacrawler-api:16.10.1',