Skip to content

Commit 24b6e8f

Browse files
dependency: Update patch
1 parent 344496c commit 24b6e8f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
11+
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.7")
1212
implementation("net.minecrell:plugin-yml:0.6.0")
1313
implementation("xyz.jpenilla:run-task:2.3.1")
1414
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ object Versions {
22

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

5-
const val OKAERI_CONFIGS = "5.0.5"
5+
const val OKAERI_CONFIGS = "5.0.9"
66
const val LITE_COMMANDS = "3.9.7"
77

8-
const val ETERNALCODE_COMMONS = "1.1.5"
8+
const val ETERNALCODE_COMMONS = "1.1.6"
99
const val MULTIFICATION = "1.2.1"
1010

1111
const val JETBRAINS_ANNOTATIONS = "24.1.0"
@@ -17,8 +17,8 @@ object Versions {
1717

1818
const val PLACEHOLDER_API = "2.11.6"
1919

20-
const val MARIA_DB = "3.5.1"
21-
const val POSTGRESQL = "42.7.5"
20+
const val MARIA_DB = "3.5.3"
21+
const val POSTGRESQL = "42.7.7"
2222
const val H2 = "2.3.232"
2323
const val ORMLITE = "6.1"
2424
const val HIKARI_CP = "5.1.0"

buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configurations.named("checkstyle") {
1717
resolutionStrategy {
1818
capabilitiesResolution {
1919
withCapability("com.google.collections:google-collections") {
20-
select("com.google.guava:guava:33.4.0-jre")
20+
select("com.google.guava:guava:33.4.8-jre")
2121
}
2222
}
2323
}

eternaleconomy-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454

5555
testImplementation(platform("org.junit:junit-bom:5.11.4"))
5656
testImplementation("org.junit.jupiter:junit-jupiter")
57-
testImplementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
57+
testImplementation("com.github.ben-manes.caffeine:caffeine:3.2.1")
5858
testImplementation("com.google.guava:guava:33.0.0-jre")
5959

6060
jmh("org.openjdk.jmh:jmh-core:1.37")

0 commit comments

Comments
 (0)