From 7e3d142826e7e9a601c8b24677b3a38f87e7837a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:11:12 +0000 Subject: [PATCH] deps: bump the maven-version group across 1 directory with 5 updates Bumps the maven-version group with 4 updates in the / directory: [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java), [org.mockito:mockito-core](https://github.com/mockito/mockito), [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) and com.gradleup.shadow. Updates `com.azure:azure-identity` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.17.0...azure-core_1.18.0) Updates `org.mockito:mockito-core` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0) Updates `org.mockito:mockito-junit-jupiter` from 5.19.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0) Updates `io.confluent:kafka-schema-registry-client` from 8.0.0 to 8.0.1 - [Commits](https://github.com/confluentinc/schema-registry/compare/v8.0.0...v8.0.1) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.2 --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version - dependency-name: io.confluent:kafka-schema-registry-client dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version - dependency-name: com.gradleup.shadow dependency-version: 9.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index f26141d..8c561b4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.gradleup.shadow' version '9.1.0' + id 'com.gradleup.shadow' version '9.2.2' id 'maven-publish' } @@ -17,16 +17,16 @@ repositories { dependencies { implementation group: 'org.apache.kafka', name: 'kafka-clients', version: '4.0.0' - implementation group: 'io.confluent', name: 'kafka-schema-registry-client', version: '8.0.0' + implementation group: 'io.confluent', name: 'kafka-schema-registry-client', version: '8.0.1' implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' implementation 'org.bitbucket.b_c:jose4j:0.9.6' implementation 'org.slf4j:slf4j-api:2.0.17' - implementation 'com.azure:azure-identity:1.17.0' + implementation 'com.azure:azure-identity:1.18.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' testRuntimeOnly "org.junit.platform:junit-platform-launcher" - testImplementation 'org.mockito:mockito-core:5.19.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.19.0' + testImplementation 'org.mockito:mockito-core:5.20.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0' } test {