Skip to content

Commit

Permalink
deps: bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#129)
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.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-patch
...

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 Jun 10, 2024
1 parent 954a6f2 commit d75d8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
api 'net.jodah:expiringmap:0.5.11'

compileOnly 'com.google.guava:guava:33.2.0-jre'
compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'org.jetbrains:annotations:24.1.0'

compileOnly 'net.kyori:adventure-api:4.17.0'
Expand Down
2 changes: 1 addition & 1 deletion proxy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(path: ':common')

compileOnly 'com.google.guava:guava:33.2.0-jre'
compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'org.jetbrains:annotations:24.1.0'
}

Expand Down

0 comments on commit d75d8be

Please sign in to comment.