Skip to content

Commit

Permalink
Merge pull request #90 from openfga/dependabot/gradle/dependencies-21…
Browse files Browse the repository at this point in the history
…eca43847

chore(deps): bump the dependencies group with 2 updates
  • Loading branch information
ewanharris authored Jul 15, 2024
2 parents f9b9641 + 0930d8f commit 45797cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jacocoTestReport {

ext {
jackson_version = "2.17.1"
junit_version = "5.10.2"
junit_version = "5.10.3"
}

dependencies {
Expand All @@ -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.6.0"
implementation "org.wiremock:wiremock:3.8.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 45797cc

Please sign in to comment.