Skip to content

Commit

Permalink
build: bup guava, annotations & hikaricp
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Oct 5, 2024
1 parent 9aaf5c0 commit cae2083
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'org.jetbrains:annotations:25.0.0'
compileOnly 'com.google.guava:guava:33.3.1-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
10 changes: 5 additions & 5 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ dependencies {
api 'net.william278.cloplib:cloplib-common:1.0.10'
api 'com.google.code.gson:gson:2.11.0'
api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0'
api('com.zaxxer:HikariCP:5.1.0') {
api('com.zaxxer:HikariCP:6.0.0') {
exclude module: 'slf4j-api'
}

compileOnly 'net.kyori:adventure-api:4.17.0'
compileOnly 'net.kyori:adventure-platform-api:4.3.4'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'com.google.guava:guava:33.2.1-jre'
compileOnly 'org.jetbrains:annotations:25.0.0'
compileOnly 'com.google.guava:guava:33.3.1-jre'
compileOnly 'org.projectlombok:lombok:1.18.34'

compileOnly "org.xerial:sqlite-jdbc:$sqlite_driver_version"
Expand All @@ -32,8 +32,8 @@ 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.2.1-jre'
testCompileOnly 'org.jetbrains:annotations:24.1.0'
testImplementation 'com.google.guava:guava:33.3.1-jre'
testCompileOnly 'org.jetbrains:annotations:25.0.0'

annotationProcessor 'org.projectlombok:lombok:1.18.34'
}
2 changes: 1 addition & 1 deletion paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'

compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.jetbrains:annotations:25.0.0'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'net.william278.cloplib:cloplib-bukkit:1.0.10'
}
Expand Down

0 comments on commit cae2083

Please sign in to comment.