Skip to content

Commit

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

chore(deps): bump the dependencies group with 2 updates
  • Loading branch information
ewanharris authored Jan 7, 2025
2 parents 8162be6 + 229285f commit ff63d5d
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 @@ -56,7 +56,7 @@ jacocoTestReport {

ext {
jackson_version = "2.18.2"
junit_version = "5.11.3"
junit_version = "5.11.4"
}

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

Expand Down

0 comments on commit ff63d5d

Please sign in to comment.