Skip to content

Commit b326e3b

Browse files
chore(deps): bump the dependencies group with 6 updates (#160)
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.47.0` | `1.48.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.15.2` | `5.16.1` | | [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.12.0` | `3.12.1` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.5` | `1.20.6` | | [org.testcontainers:openfga](https://github.com/testcontainers/testcontainers-java) | `1.20.5` | `1.20.6` | Updates `io.opentelemetry:opentelemetry-bom` from 1.47.0 to 1.48.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.47.0...v1.48.0) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.16.1) Updates `org.wiremock:wiremock` from 3.12.0 to 3.12.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.0...3.12.1) Updates `org.testcontainers:junit-jupiter` from 1.20.5 to 1.20.6 - [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.5...1.20.6) Updates `org.testcontainers:openfga` from 1.20.5 to 1.20.6 - [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.5...1.20.6) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.wiremock:wiremock dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.20.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:openfga dependency-version: 1.20.6 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 753ff2f commit b326e3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jacocoTestReport {
5656

5757
ext {
5858
jackson_version = "2.18.3"
59-
junit_version = "5.12.0"
59+
junit_version = "5.12.1"
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.47.0")
69+
implementation platform("io.opentelemetry:opentelemetry-bom:1.48.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.15.2"
81+
implementation "org.mockito:mockito-core:5.16.1"
8282
runtimeOnly "org.junit.platform:junit-platform-launcher"
83-
implementation "org.wiremock:wiremock:3.12.0"
83+
implementation "org.wiremock:wiremock:3.12.1"
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.5"
110-
implementation "org.testcontainers:openfga:1.20.5"
109+
implementation "org.testcontainers:junit-jupiter:1.20.6"
110+
implementation "org.testcontainers:openfga:1.20.6"
111111
implementation project()
112112
}
113113

0 commit comments

Comments
 (0)