Skip to content

Commit e45b1e4

Browse files
chore(deps): bump the dependencies group across 1 directory with 7 updates (#262)
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.0` | `2.20.1` | | [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.7` | `0.2.8` | | [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.54.1` | `1.56.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.14.0` | `5.14.1` | | [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.13.1` | `3.13.2` | | [org.testcontainers:testcontainers-junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `2.0.1` | `2.0.2` | Updates `com.fasterxml.jackson:jackson-bom` from 2.20.0 to 2.20.1 - [Commits](FasterXML/jackson-bom@jackson-bom-2.20.0...jackson-bom-2.20.1) Updates `org.openapitools:jackson-databind-nullable` from 0.2.7 to 0.2.8 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.7...v0.2.8) Updates `io.opentelemetry:opentelemetry-bom` from 1.54.1 to 1.56.0 - [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.54.1...v1.56.0) Updates `org.junit.jupiter:junit-jupiter` from 5.14.0 to 5.14.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.0...r5.14.1) Updates `org.wiremock:wiremock` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.13.1...3.13.2) Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@2.0.1...2.0.2) Updates `org.testcontainers:testcontainers-openfga` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@2.0.1...2.0.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.wiremock:wiremock dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers-junit-jupiter dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers-openfga dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 953414c commit e45b1e4

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,7 +55,7 @@ jacocoTestReport {
5555
}
5656

5757
ext {
58-
jackson_version = "2.20.0"
58+
jackson_version = "2.20.1"
5959
}
6060

6161
dependencies {
@@ -67,10 +67,10 @@ dependencies {
6767
implementation "com.fasterxml.jackson.core:jackson-annotations"
6868
implementation "com.fasterxml.jackson.core:jackson-databind"
6969
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
70-
implementation "org.openapitools:jackson-databind-nullable:0.2.7"
70+
implementation "org.openapitools:jackson-databind-nullable:0.2.8"
7171

7272
// ---- OpenTelemetry ----
73-
implementation platform("io.opentelemetry:opentelemetry-bom:1.54.1")
73+
implementation platform("io.opentelemetry:opentelemetry-bom:1.56.0")
7474
implementation "io.opentelemetry:opentelemetry-api"
7575
}
7676

@@ -81,8 +81,8 @@ testing {
8181
dependencies {
8282
implementation 'org.assertj:assertj-core:3.27.6'
8383
implementation 'org.mockito:mockito-core:5.20.0'
84-
implementation 'org.junit.jupiter:junit-jupiter:5.14.0'
85-
implementation 'org.wiremock:wiremock:3.13.1'
84+
implementation 'org.junit.jupiter:junit-jupiter:5.14.1'
85+
implementation 'org.wiremock:wiremock:3.13.2'
8686

8787
runtimeOnly 'org.junit.platform:junit-platform-launcher'
8888

@@ -114,8 +114,8 @@ testing {
114114
implementation "com.fasterxml.jackson.core:jackson-core"
115115
implementation "com.fasterxml.jackson.core:jackson-databind"
116116

117-
implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.1"
118-
implementation "org.testcontainers:testcontainers-openfga:2.0.1"
117+
implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.2"
118+
implementation "org.testcontainers:testcontainers-openfga:2.0.2"
119119
implementation project()
120120
}
121121

0 commit comments

Comments
 (0)