Skip to content

Commit

Permalink
deps: bump deps
Browse files Browse the repository at this point in the history
bumps adventure-platform-bukkit to 4.3.3
bumps guava to 33.2.1
  • Loading branch information
WiIIiam278 committed Jun 24, 2024
1 parent 0420c93 commit abc0c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation 'org.bstats:bstats-bukkit:3.0.2'
implementation 'io.papermc:paperlib:1.0.8'
implementation 'space.arim.morepaperlib:morepaperlib:0.4.4'
implementation 'net.kyori:adventure-platform-bukkit:4.3.2'
implementation 'net.kyori:adventure-platform-bukkit:4.3.3'

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
Expand All @@ -19,7 +19,7 @@ dependencies {

testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0'
testImplementation 'net.william278:minedown:1.8.2'
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.2'
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.3'
testImplementation 'org.apache.commons:commons-text:1.12.0'
testImplementation "redis.clients:jedis:${jedis_version}"
testImplementation "org.xerial:sqlite-jdbc:${sqlite_driver_version}"
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compileOnly "org.postgresql:postgresql:${postgresql_driver_version}"

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.2.0-jre'
compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'com.github.plan-player-analytics:Plan:5.5.2391'
compileOnly 'com.github.BlueMap-Minecraft:BlueMapAPI:2.6.0'
compileOnly 'us.dynmap:DynmapCoreAPI:3.4'
Expand All @@ -32,7 +32,7 @@ dependencies {

testImplementation 'com.github.plan-player-analytics:Plan:5.5.2391'
testImplementation 'com.github.yuriy-g:simple-java-plot:5c502c2e98'
testImplementation 'com.google.guava:guava:33.2.0-jre'
testImplementation 'com.google.guava:guava:33.2.1-jre'

annotationProcessor 'org.projectlombok:lombok:1.18.32'
}

0 comments on commit abc0c10

Please sign in to comment.