Skip to content

Commit

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

chore(deps): bump the dependencies group with 6 updates
  • Loading branch information
ewanharris authored Jun 5, 2024
2 parents dd26092 + 912b868 commit f36e6e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jacocoTestReport {
}

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

Expand Down Expand Up @@ -104,8 +104,8 @@ testing {
dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version"
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
implementation "org.testcontainers:junit-jupiter:1.19.7"
implementation "org.testcontainers:openfga:1.19.7"
implementation "org.testcontainers:junit-jupiter:1.19.8"
implementation "org.testcontainers:openfga:1.19.8"
implementation project()
}

Expand Down

0 comments on commit f36e6e2

Please sign in to comment.