Skip to content

Commit

Permalink
build(deps): bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (
Browse files Browse the repository at this point in the history
#462)

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent a06ae4b commit 4b68c6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.1.0-jre'
compileOnly 'com.google.guava:guava:33.2.0-jre'
compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'net.william278:huskhomes:4.4.5'
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
compileOnly 'net.kyori:adventure-api:4.16.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.2'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.1.0-jre'
compileOnly 'com.google.guava:guava:33.2.0-jre'
compileOnly 'org.projectlombok:lombok:1.18.32'

compileOnly "org.xerial:sqlite-jdbc:$sqlite_driver_version"
Expand All @@ -32,7 +32,7 @@ dependencies {
compileOnly 'com.sk89q.worldguard:worldguard-core:7.1.0-SNAPSHOT'

testImplementation 'com.github.plan-player-analytics:Plan:5.5.2150'
testImplementation 'com.google.guava:guava:33.1.0-jre'
testImplementation 'com.google.guava:guava:33.2.0-jre'
testCompileOnly 'org.jetbrains:annotations:24.1.0'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
Expand Down

0 comments on commit 4b68c6f

Please sign in to comment.