We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae02d65 commit d93032fCopy full SHA for d93032f
build.gradle
@@ -114,8 +114,8 @@ testing {
114
implementation "com.fasterxml.jackson.core:jackson-core"
115
implementation "com.fasterxml.jackson.core:jackson-databind"
116
117
- implementation "org.testcontainers:junit-jupiter:1.21.3"
118
- implementation "org.testcontainers:openfga:1.21.3"
+ implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.1"
+ implementation "org.testcontainers:testcontainers-openfga:2.0.1"
119
implementation project()
120
}
121
0 commit comments