Skip to content

Commit d954ca6

Browse files
authored
Merge branch 'main' into feat/improve-err-msging-p1
2 parents 768783c + d93032f commit d954ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ testing {
114114
implementation "com.fasterxml.jackson.core:jackson-core"
115115
implementation "com.fasterxml.jackson.core:jackson-databind"
116116

117-
implementation "org.testcontainers:junit-jupiter:1.21.3"
118-
implementation "org.testcontainers:openfga:1.21.3"
117+
implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.1"
118+
implementation "org.testcontainers:testcontainers-openfga:2.0.1"
119119
implementation project()
120120
}
121121

0 commit comments

Comments
 (0)