Skip to content

Commit

Permalink
Merge pull request #83 from openfga/chore/update-wiremock
Browse files Browse the repository at this point in the history
chore(deps): bump wiremock test dependency version
  • Loading branch information
jimmyjames authored May 22, 2024
2 parents 501bfa0 + 7e76d58 commit 4bc0f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ testing {
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
implementation "org.mockito:mockito-core:5.+"
runtimeOnly "org.junit.platform:junit-platform-launcher"
implementation "org.wiremock:wiremock:3.5.4"
implementation "org.wiremock:wiremock:3.6.0"

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

0 comments on commit 4bc0f93

Please sign in to comment.