Skip to content

Commit f1c23b6

Browse files
chore(deps): bump the dependencies group with 4 updates (#268)
Bumps the dependencies group with 4 updates: [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java), [org.mockito:mockito-core](https://github.com/mockito/mockito), [org.testcontainers:testcontainers-junit-jupiter](https://github.com/testcontainers/testcontainers-java) and [org.testcontainers:testcontainers-openfga](https://github.com/testcontainers/testcontainers-java). Updates `io.opentelemetry:opentelemetry-bom` from 1.56.0 to 1.57.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.56.0...v1.57.0) Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.2 to 2.0.3 - [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.2...2.0.3) Updates `org.testcontainers:testcontainers-openfga` from 2.0.2 to 2.0.3 - [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.2...2.0.3) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-bom dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers-junit-jupiter dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers-openfga dependency-version: 2.0.3 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 e88b1c7 commit f1c23b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation "org.openapitools:jackson-databind-nullable:0.2.8"
7171

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

@@ -80,7 +80,7 @@ testing {
8080
useJUnitJupiter()
8181
dependencies {
8282
implementation 'org.assertj:assertj-core:3.27.6'
83-
implementation 'org.mockito:mockito-core:5.20.0'
83+
implementation 'org.mockito:mockito-core:5.21.0'
8484
implementation 'org.junit.jupiter:junit-jupiter:5.14.1'
8585
implementation 'org.wiremock:wiremock:3.13.2'
8686

@@ -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.2"
118-
implementation "org.testcontainers:testcontainers-openfga:2.0.2"
117+
implementation "org.testcontainers:testcontainers-junit-jupiter:2.0.3"
118+
implementation "org.testcontainers:testcontainers-openfga:2.0.3"
119119
implementation project()
120120
}
121121

0 commit comments

Comments
 (0)