Skip to content

Commit

Permalink
Merge pull request #130 from openfga/dependabot/gradle/dependencies-5…
Browse files Browse the repository at this point in the history
…12544cd43

chore(deps): bump the dependencies group with 8 updates
  • Loading branch information
rhamzeh authored Dec 1, 2024
2 parents 2e25ce5 + de4d004 commit 5c39f01
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.18.1"
jackson_version = "2.18.2"
junit_version = "5.11.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.43.0")
implementation platform("io.opentelemetry:opentelemetry-bom:1.44.1")
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.14.2"
runtimeOnly "org.junit.platform:junit-platform-launcher"
implementation "org.wiremock:wiremock:3.9.2"
implementation "org.wiremock:wiremock:3.10.0"

// 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.3"
implementation "org.testcontainers:openfga:1.20.3"
implementation "org.testcontainers:junit-jupiter:1.20.4"
implementation "org.testcontainers:openfga:1.20.4"
implementation project()
}

Expand Down

0 comments on commit 5c39f01

Please sign in to comment.