Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.9")
implementation("net.minecrell:plugin-yml:0.6.0")
implementation("xyz.jpenilla:run-task:2.3.1")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ object Versions {

const val SPIGOT_API = "1.19.4-R0.1-SNAPSHOT"

const val OKAERI_CONFIGS = "5.0.5"
const val OKAERI_CONFIGS = "5.0.13"
const val LITE_COMMANDS = "3.9.7"

const val ETERNALCODE_COMMONS = "1.1.5"
const val MULTIFICATION = "1.2.1"
const val MULTIFICATION = "1.2.2"

const val JETBRAINS_ANNOTATIONS = "24.1.0"

Expand All @@ -17,8 +17,8 @@ object Versions {

const val PLACEHOLDER_API = "2.11.6"

const val MARIA_DB = "3.5.1"
const val POSTGRESQL = "42.7.5"
const val MARIA_DB = "3.5.5"
const val POSTGRESQL = "42.7.7"
const val H2 = "2.3.232"
const val ORMLITE = "6.1"
const val HIKARI_CP = "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations.named("checkstyle") {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.4.0-jre")
select("com.google.guava:guava:33.4.8-jre")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion eternaleconomy-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
testImplementation("com.github.ben-manes.caffeine:caffeine:3.2.2")
testImplementation("com.google.guava:guava:33.0.0-jre")

jmh("org.openjdk.jmh:jmh-core:1.37")
Expand Down