Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v32.0.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent bbb46fb commit 03e5571
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.0-jre")
implementation("com.google.guava:guava:32.0.1-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 03e5571

Please sign in to comment.