Skip to content

Commit

Permalink
Update project plugins and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakenied committed Dec 26, 2024
1 parent 423d865 commit 3e866ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
compileOnlyProject(":common")

// Paper
compileOnlyServer("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnlyServer("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")

// ASkyBlock
compileOnlyPlugin("com.wasteofplastic:askyblock:3.0.9.4")
Expand Down Expand Up @@ -130,7 +130,7 @@ dependencies {
// bStats
implementation("org.bstats:bstats-bukkit-lite:1.8")
// HikariCP
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("com.zaxxer:HikariCP:6.2.1")
// slf4j
implementation("org.slf4j:slf4j-nop:1.7.36")
// hppc
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories {
}

dependencies {
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.jetbrains:annotations:26.0.1")
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
id("io.github.goooler.shadow") version "8.1.8"
id("xyz.wagyourtail.jvmdowngrader") version "1.2.1"
}
Expand Down

0 comments on commit 3e866ca

Please sign in to comment.