Skip to content

Commit

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

chore(deps): bump the dependencies group across 1 directory with 10 updates
  • Loading branch information
ewanharris authored Nov 15, 2024
2 parents 0d991bd + 51dd21d commit 5713a50
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jacocoTestReport {
}

ext {
jackson_version = "2.17.2"
junit_version = "5.11.0"
jackson_version = "2.18.1"
junit_version = "5.11.3"
}

dependencies {
Expand All @@ -66,7 +66,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
implementation "org.openapitools:jackson-databind-nullable:0.2.6"
implementation platform("io.opentelemetry:opentelemetry-bom:1.41.0")
implementation platform("io.opentelemetry:opentelemetry-bom:1.43.0")
implementation "io.opentelemetry:opentelemetry-api"
}

Expand All @@ -78,9 +78,9 @@ testing {
dependencies {
implementation project()
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
implementation "org.mockito:mockito-core:5.13.0"
implementation "org.mockito:mockito-core:5.14.2"
runtimeOnly "org.junit.platform:junit-platform-launcher"
implementation "org.wiremock:wiremock:3.9.1"
implementation "org.wiremock:wiremock:3.9.2"

// This test-only dependency is convenient but not widely used.
// Review project activity before updating the version here.
Expand All @@ -106,8 +106,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.20.1"
implementation "org.testcontainers:openfga:1.20.1"
implementation "org.testcontainers:junit-jupiter:1.20.3"
implementation "org.testcontainers:openfga:1.20.3"
implementation project()
}

Expand Down

0 comments on commit 5713a50

Please sign in to comment.