Skip to content

Commit 69cd0a4

Browse files
dependency: Update patch
1 parent 4a2a24e commit 69cd0a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 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.6"
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,7 +17,7 @@ object Versions {
1717

1818
const val PLACEHOLDER_API = "2.11.6"
1919

20-
const val MARIA_DB = "3.5.1"
20+
const val MARIA_DB = "3.5.3"
2121
const val POSTGRESQL = "42.7.5"
2222
const val H2 = "2.3.232"
2323
const val ORMLITE = "6.1"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
checkstyle {
6-
toolVersion = "10.21.2"
6+
toolVersion = "10.21.4"
77

88
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
99
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"
@@ -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.6-jre")
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)