Skip to content

Commit

Permalink
fix(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#…
Browse files Browse the repository at this point in the history
…208)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent a101593 commit 22ffd86
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.3.0"
// like extra["libXX.version"] = "XXX"

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

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

0 comments on commit 22ffd86

Please sign in to comment.