mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 07:43:37 +02:00
Upgrade testcontainers to work around a race (#1080)
* Upgrade testcontainers to work around a race testcontainers 1.15.? has a race condition that occassionally causes deadlocks. This can be worked around by upgrading to 1.15.2 and set transport type to http5. See https://github.com/testcontainers/testcontainers-java/issues/3531 for more information. There are two changes that are not lockfiles: - dependencies.gradle - java_common.gradle
This commit is contained in:
parent
5846a629d0
commit
cada9838cf
66 changed files with 281 additions and 274 deletions
|
@ -276,10 +276,10 @@ org.slf4j:jcl-over-slf4j:1.7.30
|
|||
org.slf4j:jul-to-slf4j:1.7.30
|
||||
org.slf4j:slf4j-api:1.7.30
|
||||
org.slf4j:slf4j-jdk14:1.7.28
|
||||
org.testcontainers:database-commons:1.15.1
|
||||
org.testcontainers:jdbc:1.15.1
|
||||
org.testcontainers:postgresql:1.15.1
|
||||
org.testcontainers:testcontainers:1.15.1
|
||||
org.testcontainers:database-commons:1.15.2
|
||||
org.testcontainers:jdbc:1.15.2
|
||||
org.testcontainers:postgresql:1.15.2
|
||||
org.testcontainers:testcontainers:1.15.2
|
||||
org.threeten:threetenbp:1.5.0
|
||||
org.tukaani:xz:1.5
|
||||
org.w3c.css:sac:1.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue