Skip to content

Commit 396c81b

Browse files
Update all non-major dependencies
1 parent 5bc160a commit 396c81b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.3")
11+
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
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.2")

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object Versions {
33
const val SPIGOT_API = "1.19.4-R0.1-SNAPSHOT"
44

55
const val OKAERI_CONFIGS = "5.0.5"
6-
const val LITE_COMMANDS = "3.7.1"
6+
const val LITE_COMMANDS = "3.9.0"
77

88
const val ETERNALCODE_COMMONS = "1.1.4"
99
const val MULTIFICATION = "1.1.4"
@@ -17,7 +17,7 @@ object Versions {
1717

1818
const val PLACEHOLDER_API = "2.11.6"
1919

20-
const val MARIA_DB = "3.4.1"
20+
const val MARIA_DB = "3.5.0"
2121
const val POSTGRESQL = "42.7.4"
2222
const val H2 = "2.3.232"
2323
const val ORMLITE = "6.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
checkstyle {
6-
toolVersion = "10.18.2"
6+
toolVersion = "10.20.0"
77

88
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
99
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"

eternaleconomy-core/build.gradle.kts

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

5151
compileOnly("me.clip:placeholderapi:${Versions.PLACEHOLDER_API}")
5252

53-
testImplementation(platform("org.junit:junit-bom:5.11.2"))
53+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
5454
testImplementation("org.junit.jupiter:junit-jupiter")
5555
jmh("org.openjdk.jmh:jmh-core:1.37")
5656
jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37")

0 commit comments

Comments
 (0)