From 66e0504b3c9f7344aafd788940750cf69ddad47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:05:55 +0000 Subject: [PATCH] Bump the identity-libraries group with 3 updates Bumps the identity-libraries group with 3 updates: [software.amazon.msk:aws-msk-iam-auth](https://github.com/aws/aws-msk-iam-auth), [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) and [com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler](https://github.com/googleapis/managedkafka). Updates `software.amazon.msk:aws-msk-iam-auth` from 2.3.0 to 2.3.7 - [Release notes](https://github.com/aws/aws-msk-iam-auth/releases) - [Commits](https://github.com/aws/aws-msk-iam-auth/compare/v2.3.0...v2.3.7) Updates `com.azure:azure-identity` from 1.15.4 to 1.18.4 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.15.4...com.azure+azure-identity_1.18.4) Updates `com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/googleapis/managedkafka/releases) - [Commits](https://github.com/googleapis/managedkafka/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: software.amazon.msk:aws-msk-iam-auth dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: identity-libraries - dependency-name: com.azure:azure-identity dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: identity-libraries - dependency-name: com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: identity-libraries ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8392798fc..3b388debc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,8 +3,8 @@ spring-boot = '3.5.14' nimbus-jose-jwt = '10.8' netty = '4.1.135.Final' -aws-msk-auth = '2.3.0' -azure-identity = '1.15.4' +aws-msk-auth = '2.3.7' +azure-identity = '1.18.4' apache-commons-lang3 = '3.20.0' apache-commons-text = '1.15.0' @@ -128,7 +128,7 @@ jsonschemavalidator = { module = 'com.github.java-json-tools:json-schema-validat bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' } # Google Managed Service for Apache Kafka support -google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.5'} +google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.6'} google-oauth-client = { module = 'com.google.oauth-client:google-oauth-client', version = '1.39.0' } modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.10.0'}