mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
Add testcontainers' Junit5 support dependency (#640)
* Add testcontainers' Junit5 support dependency Also updated guava, dagger, hibernate, postgresql, and cloud socket factory to latest version. Migrated PersistenceModuleTest as an example. Real changes: - dependencies.gradle - core/build.gradle - PersistenceModuleTest.java
This commit is contained in:
parent
df8ce38796
commit
2c243a7d5f
143 changed files with 2387 additions and 2316 deletions
|
@ -10,11 +10,11 @@ com.google.auth:google-auth-library-credentials:0.16.1
|
|||
com.google.auth:google-auth-library-oauth2-http:0.16.1
|
||||
com.google.auto.value:auto-value-annotations:1.6.3
|
||||
com.google.code.findbugs:jsr305:3.0.2
|
||||
com.google.dagger:dagger:2.21
|
||||
com.google.dagger:dagger:2.28
|
||||
com.google.errorprone:error_prone_annotations:2.3.4
|
||||
com.google.flogger:flogger:0.1
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:28.2-jre
|
||||
com.google.guava:guava:29.0-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.http-client:google-http-client-jackson2:1.34.1
|
||||
com.google.http-client:google-http-client:1.34.1
|
||||
|
@ -34,5 +34,5 @@ javax.xml.bind:jaxb-api:2.3.0
|
|||
joda-time:joda-time:2.9.2
|
||||
org.apache.httpcomponents:httpclient:4.5.11
|
||||
org.apache.httpcomponents:httpcore:4.4.13
|
||||
org.checkerframework:checker-qual:2.10.0
|
||||
org.checkerframework:checker-qual:2.11.1
|
||||
org.yaml:snakeyaml:1.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue