Skip to content

Commit

Permalink
build(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
#542)

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 8543d6e commit 355e087
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.36'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'com.google.guava:guava:33.4.0-jre'
compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'commons-io:commons-io:2.18.0'
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.17.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.4'
compileOnly 'org.jetbrains:annotations:26.0.1'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'com.google.guava:guava:33.4.0-jre'
compileOnly 'org.projectlombok:lombok:1.18.36'

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

testImplementation 'com.github.plan-player-analytics:Plan:5.5.2150'
testImplementation 'com.google.guava:guava:33.3.1-jre'
testImplementation 'com.google.guava:guava:33.4.0-jre'
testCompileOnly 'org.jetbrains:annotations:26.0.1'

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

0 comments on commit 355e087

Please sign in to comment.