From 985f9b7eade1b36992e893d2b75718a3ff297be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:41:29 +0000 Subject: [PATCH] Gradle: Bump com.azure.spring:spring-cloud-azure-autoconfigure Bumps [com.azure.spring:spring-cloud-azure-autoconfigure](https://github.com/Azure/azure-sdk-for-java) from 5.7.0 to 5.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/spring-cloud-azure_5.7.0...spring-cloud-azure_5.13.0) --- updated-dependencies: - dependency-name: com.azure.spring:spring-cloud-azure-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor ... 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 b819197..f9be921 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -183,7 +183,7 @@ dependencies { // https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-dependencies implementation("com.azure.spring:spring-cloud-azure-dependencies:5.7.0") // https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-autoconfigure - implementation("com.azure.spring:spring-cloud-azure-autoconfigure:5.7.0") + implementation("com.azure.spring:spring-cloud-azure-autoconfigure:5.13.0") // https://mvnrepository.com/artifact/com.azure/azure-containers-containerregistry implementation("com.azure:azure-containers-containerregistry:1.2.2")