Skip to content

Commit 4bc0f93

Browse files
authored
Merge pull request #83 from openfga/chore/update-wiremock
chore(deps): bump wiremock test dependency version
2 parents 501bfa0 + 7e76d58 commit 4bc0f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ testing {
7878
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
7979
implementation "org.mockito:mockito-core:5.+"
8080
runtimeOnly "org.junit.platform:junit-platform-launcher"
81-
implementation "org.wiremock:wiremock:3.5.4"
81+
implementation "org.wiremock:wiremock:3.6.0"
8282

8383
// This test-only dependency is convenient but not widely used.
8484
// Review project activity before updating the version here.

0 commit comments

Comments
 (0)