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 3, 2024
1 parent 9ccf815 commit a275746
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 @@ -19,7 +19,7 @@ val jacksonVersion: String by project
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.google.guava:guava:32.0.1-jre")
implementation("com.google.guava:guava:33.2.0-jre")
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")
Expand Down

0 comments on commit a275746

Please sign in to comment.