Skip to content

Commit

Permalink
Merge pull request #111 from openfga/dependabot/gradle/dependencies-8…
Browse files Browse the repository at this point in the history
…3a9c244cb

chore(deps): bump the dependencies group with 2 updates
  • Loading branch information
rhamzeh authored Sep 1, 2024
2 parents 8534be6 + 6b092a9 commit 56d99c7
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 @@ -60,7 +60,7 @@ ext {
}

dependencies {
implementation "com.google.code.findbugs:jsr305:3.0.1"
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version"
implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
Expand All @@ -78,7 +78,7 @@ testing {
dependencies {
implementation project()
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
implementation "org.mockito:mockito-core:5.12.0"
implementation "org.mockito:mockito-core:5.13.0"
runtimeOnly "org.junit.platform:junit-platform-launcher"
implementation "org.wiremock:wiremock:3.9.1"

Expand Down

0 comments on commit 56d99c7

Please sign in to comment.