From 42b356a748deeeb8b6f8781961343451cfd9a424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 03:11:25 +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..5be232d 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.0") + implementation("com.azure:azure-identity:1.15.2") implementation("org.litote.kmongo:kmongo:4.9.0") testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")