Skip to content

Commit

Permalink
build(deps): bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent ada650e commit d58a213
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.30'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.0.0-jre'
compileOnly 'com.google.guava:guava:33.1.0-jre'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.15.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.0.0-jre'
compileOnly 'com.google.guava:guava:33.1.0-jre'
compileOnly 'org.projectlombok:lombok:1.18.30'

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.0.0-jre'
testImplementation 'com.google.guava:guava:33.1.0-jre'
testCompileOnly 'org.jetbrains:annotations:24.1.0'

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

0 comments on commit d58a213

Please sign in to comment.