Skip to content

Commit 5713a50

Browse files
authored
Merge pull request #123 from openfga/dependabot/gradle/dependencies-bc9b6443ec
chore(deps): bump the dependencies group across 1 directory with 10 updates
2 parents 0d991bd + 51dd21d commit 5713a50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jacocoTestReport {
5555
}
5656

5757
ext {
58-
jackson_version = "2.17.2"
59-
junit_version = "5.11.0"
58+
jackson_version = "2.18.1"
59+
junit_version = "5.11.3"
6060
}
6161

6262
dependencies {
@@ -66,7 +66,7 @@ dependencies {
6666
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
6767
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
6868
implementation "org.openapitools:jackson-databind-nullable:0.2.6"
69-
implementation platform("io.opentelemetry:opentelemetry-bom:1.41.0")
69+
implementation platform("io.opentelemetry:opentelemetry-bom:1.43.0")
7070
implementation "io.opentelemetry:opentelemetry-api"
7171
}
7272

@@ -78,9 +78,9 @@ testing {
7878
dependencies {
7979
implementation project()
8080
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
81-
implementation "org.mockito:mockito-core:5.13.0"
81+
implementation "org.mockito:mockito-core:5.14.2"
8282
runtimeOnly "org.junit.platform:junit-platform-launcher"
83-
implementation "org.wiremock:wiremock:3.9.1"
83+
implementation "org.wiremock:wiremock:3.9.2"
8484

8585
// This test-only dependency is convenient but not widely used.
8686
// Review project activity before updating the version here.
@@ -106,8 +106,8 @@ testing {
106106
dependencies {
107107
implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version"
108108
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
109-
implementation "org.testcontainers:junit-jupiter:1.20.1"
110-
implementation "org.testcontainers:openfga:1.20.1"
109+
implementation "org.testcontainers:junit-jupiter:1.20.3"
110+
implementation "org.testcontainers:openfga:1.20.3"
111111
implementation project()
112112
}
113113

0 commit comments

Comments
 (0)