We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bac67a2 + 463d9e4 commit 64d4374Copy full SHA for 64d4374
1 file changed
settings.gradle
@@ -19,9 +19,9 @@ rootProject.name = 'testcontainers-fake-gcs-server'
19
dependencyResolutionManagement {
20
versionCatalogs {
21
libs {
22
- version('testcontainers', '1.19.0')
+ version('testcontainers', '2.0.2')
23
library('testcontainers', 'org.testcontainers', 'testcontainers').versionRef('testcontainers')
24
- library('testcontainers-junit-jupiter', 'org.testcontainers', 'junit-jupiter').versionRef('testcontainers')
+ library('testcontainers-junit-jupiter', 'org.testcontainers', 'testcontainers-junit-jupiter').versionRef('testcontainers')
25
26
version('junit', '5.10.0')
27
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
0 commit comments