Skip to content

Commit

Permalink
dependabot: bump com.google.guava:guava from 30.0-jre to 30.1.1-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.0-jre to 30.1.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 615ee28 commit f808595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ configurations.all {
force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}"
force 'junit:junit:4.13.2'
force 'commons-beanutils:commons-beanutils:1.9.4'
force 'com.google.guava:guava:30.0-jre'
force 'com.google.guava:guava:30.1.1-jre'
force 'com.puppycrawl.tools:checkstyle:8.45.1'
force 'commons-codec:commons-codec:1.17.2'
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
Expand Down

0 comments on commit f808595

Please sign in to comment.