Skip to content

Commit d2cdc20

Browse files
dependency: Update minor (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88092db commit d2cdc20

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ 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.6.0-SNAPSHOT"
6+
const val LITE_COMMANDS = "3.9.5"
77

88
const val ETERNALCODE_COMMONS = "1.1.5"
99
const val MULTIFICATION = "1.1.4"
1010

1111
const val JETBRAINS_ANNOTATIONS = "24.1.0"
1212

1313
const val ADVENTURE_PLATFORM_BUKKIT = "4.3.4"
14-
const val ADVENTURE_API = "4.17.0"
14+
const val ADVENTURE_API = "4.18.0"
1515

1616
const val VAULT_API = "1.7.1"
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.1"
2121
const val POSTGRESQL = "42.7.4"
22-
const val H2 = "2.1.214"
22+
const val H2 = "2.3.232"
2323
const val ORMLITE = "6.1"
2424
const val HIKARI_CP = "5.1.0"
2525
}

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.18.2"
6+
toolVersion = "10.21.1"
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.3.1-jre")
20+
select("com.google.guava:guava:33.4.0-jre")
2121
}
2222
}
2323
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

0 commit comments

Comments
 (0)