Skip to content

Commit

Permalink
Bump guava from 30.1.1-jre to 31.0.1-jre
Browse files Browse the repository at this point in the history
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 31.0.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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2021
1 parent ad8e655 commit 9bf775d
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 @@ -39,7 +39,7 @@ dependencies {
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.1'

implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:30.1.1-jre")
implementation("com.google.guava:guava:31.0.1-jre")

testImplementation('org.junit.jupiter:junit-jupiter:5.7.2')
testImplementation("org.hamcrest:hamcrest:2.2")
Expand Down

0 comments on commit 9bf775d

Please sign in to comment.