Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent f14a7d5 commit 61eb67e
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 @@ -18,7 +18,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springframework.boot:spring-boot-starter-web:2.7.12")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.google.guava:guava:32.0.1-jre")
implementation("com.google.guava:guava:33.2.1-jre")
implementation("com.azure:azure-digitaltwins-core:1.3.9")
implementation("com.azure:azure-identity:1.5.3")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
Expand Down

0 comments on commit 61eb67e

Please sign in to comment.