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")