Skip to content

Commit

Permalink
Merge pull request #100 from openfga/dependabot/gradle/dependencies-6…
Browse files Browse the repository at this point in the history
…112bd099b

chore(deps): bump the dependencies group across 1 directory with 8 updates
  • Loading branch information
evansims authored Aug 14, 2024
2 parents d7bebbd + 79397d8 commit 489ca8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.1"
jackson_version = "2.17.2"
junit_version = "5.10.3"
}

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.40.0")
implementation platform("io.opentelemetry:opentelemetry-bom:1.41.0")
implementation "io.opentelemetry:opentelemetry-api"
}

Expand All @@ -80,7 +80,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.8.0"
implementation "org.wiremock:wiremock:3.9.1"

// 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.19.8"
implementation "org.testcontainers:openfga:1.19.8"
implementation "org.testcontainers:junit-jupiter:1.20.1"
implementation "org.testcontainers:openfga:1.20.1"
implementation project()
}

Expand Down

0 comments on commit 489ca8e

Please sign in to comment.