From 4ced720fc6fd49b1356d0b9991fdeffc0cb1dfa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 04:33:12 +0000 Subject: [PATCH] fix(deps): update dependency com.azure:azure-digitaltwins-core to v1.3.24 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 98c511a..917deb8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { testImplementation("io.kotest:kotest-runner-junit5:5.6.2") testImplementation("io.kotest:kotest-assertions-core:5.6.2") testImplementation("io.kotest:kotest-property:5.6.2") - implementation("com.azure:azure-digitaltwins-core:1.3.9") + implementation("com.azure:azure-digitaltwins-core:1.3.24") implementation("com.azure:azure-identity:1.5.3") implementation("com.google.code.gson:gson:2.10.1") implementation("org.springframework.boot:spring-boot-starter-web:2.7.12")