Skip to content

Commit

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

chore(deps): bump the dependencies group with 2 updates
  • Loading branch information
ewanharris committed May 1, 2024
2 parents f061a54 + dc11730 commit 9b94a4d
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 @@ -13,7 +13,7 @@ plugins {
// Publishing
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
}

apply from: 'publish.gradle'
Expand Down 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.2"
implementation "org.wiremock:wiremock:3.5.4"

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

0 comments on commit 9b94a4d

Please sign in to comment.