Skip to content

Commit d93032f

Browse files
authored
build: update testcontainers dependencies (#259)
1 parent ae02d65 commit d93032f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)