Skip to content

Commit

Permalink
fix(deps): bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 02516df commit 6cd7a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val scrimageVersion = "4.2.0"
// like extra["libXX.version"] = "XXX"

// direkt security version bumps
val guavaVersion = "33.3.0-jre"
val guavaVersion = "33.3.1-jre"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 6cd7a23

Please sign in to comment.