Skip to content

Commit

Permalink
fix(deps): update dependency com.azure:azure-digitaltwins-core to v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2023
1 parent 1003782 commit c8e59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("org.springframework.boot:spring-boot-starter-web:3.0.5")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
implementation("com.azure:azure-digitaltwins-core:1.3.7")
implementation("com.azure:azure-digitaltwins-core:1.3.8")
implementation("com.azure:azure-identity:1.5.3")
implementation("org.litote.kmongo:kmongo:4.9.0")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
Expand Down

0 comments on commit c8e59b9

Please sign in to comment.