From bcb78887d1430d4f49387eceb0c2fb5c6d1a1237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:05:08 +0000 Subject: [PATCH] deps: bump the maven-version group across 1 directory with 6 updates Bumps the maven-version group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` | | [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.17.0` | `1.18.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.19.0` | `5.20.0` | | [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) | `8.0.0` | `8.1.0` | | com.gradleup.shadow | `9.1.0` | `9.2.2` | Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.azure:azure-identity` from 1.17.0 to 1.18.1 - [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-identity_1.18.1) 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.1.0 - [Commits](https://github.com/confluentinc/schema-registry/compare/v8.0.0...v8.1.0) Updates `com.gradleup.shadow` from 9.1.0 to 9.2.2 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version - dependency-name: com.azure:azure-identity dependency-version: 1.18.1 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.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index f26141d..0bd2f24 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 'com.fasterxml.jackson.core:jackson-databind:2.20.0' + implementation group: 'io.confluent', name: 'kafka-schema-registry-client', version: '8.1.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' 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.1' 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 {