Skip to content

Commit de4d004

Browse files
chore(deps): bump the dependencies group with 8 updates
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.1` | `2.18.2` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.18.1` | `2.18.2` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.1` | `2.18.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.1` | `2.18.2` | | [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.43.0` | `1.44.1` | | [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.9.2` | `3.10.0` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:openfga](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2 Updates `io.opentelemetry:opentelemetry-bom` from 1.43.0 to 1.44.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.43.0...v1.44.1) Updates `org.wiremock:wiremock` from 3.9.2 to 3.10.0 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.9.2...3.10.0) Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:openfga` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.opentelemetry:opentelemetry-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:openfga dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5713a50 commit de4d004

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

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

5757
ext {
58-
jackson_version = "2.18.1"
58+
jackson_version = "2.18.2"
5959
junit_version = "5.11.3"
6060
}
6161

@@ -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.43.0")
69+
implementation platform("io.opentelemetry:opentelemetry-bom:1.44.1")
7070
implementation "io.opentelemetry:opentelemetry-api"
7171
}
7272

@@ -80,7 +80,7 @@ testing {
8080
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
8181
implementation "org.mockito:mockito-core:5.14.2"
8282
runtimeOnly "org.junit.platform:junit-platform-launcher"
83-
implementation "org.wiremock:wiremock:3.9.2"
83+
implementation "org.wiremock:wiremock:3.10.0"
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.3"
110-
implementation "org.testcontainers:openfga:1.20.3"
109+
implementation "org.testcontainers:junit-jupiter:1.20.4"
110+
implementation "org.testcontainers:openfga:1.20.4"
111111
implementation project()
112112
}
113113

0 commit comments

Comments
 (0)