From 499f7335214379903491729361dbbab3743d63c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 02:58:45 +0000 Subject: [PATCH] fix(deps): update azure-sdk-for-java monorepo --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 148033c..e589f9e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,8 +23,8 @@ dependencies { implementation("io.github.cdimascio:dotenv-kotlin:6.4.1") implementation("org.springframework.boot:spring-boot-starter-web:3.1.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2") - implementation("com.azure:azure-digitaltwins-core:1.3.9") - implementation("com.azure:azure-identity:1.5.3") + implementation("com.azure:azure-digitaltwins-core:1.4.1") + implementation("com.azure:azure-identity:1.15.3") implementation("org.litote.kmongo:kmongo:4.9.0") testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")