From 3c6bd40dcd96a1276ac13b2978505e588e7b4002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:41:29 +0000 Subject: [PATCH] Gradle: Bump com.azure:azure-containers-containerregistry Bumps [com.azure:azure-containers-containerregistry](https://github.com/Azure/azure-sdk-for-java) from 1.2.2 to 1.2.8. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-sdk-bom_1.2.2...azure-sdk-bom_1.2.8) --- updated-dependencies: - dependency-name: com.azure:azure-containers-containerregistry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 057f405..a91984f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -192,7 +192,7 @@ dependencies { // https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-autoconfigure implementation("com.azure.spring:spring-cloud-azure-autoconfigure:5.7.0") // https://mvnrepository.com/artifact/com.azure/azure-containers-containerregistry - implementation("com.azure:azure-containers-containerregistry:1.2.2") + implementation("com.azure:azure-containers-containerregistry:1.2.8") implementation( "org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:${springOauthAutoConfigureVersion}") {