Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v32.1.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent c9d7cd6 commit dc9dce4
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 @@ -16,7 +16,7 @@ val kotestVersion: String by project
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.google.guava:guava:32.1.0-jre")
implementation("com.google.guava:guava:32.1.1-jre")
implementation("org.litote.kmongo:kmongo:4.9.0")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
implementation("org.springframework.boot:spring-boot-starter-web:3.1.1")
Expand Down

0 comments on commit dc9dce4

Please sign in to comment.