Skip to content

Commit

Permalink
dependency: Update minor (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 88092db commit d2cdc20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ object Versions {
const val SPIGOT_API = "1.19.4-R0.1-SNAPSHOT"

const val OKAERI_CONFIGS = "5.0.5"
const val LITE_COMMANDS = "3.6.0-SNAPSHOT"
const val LITE_COMMANDS = "3.9.5"

const val ETERNALCODE_COMMONS = "1.1.5"
const val MULTIFICATION = "1.1.4"

const val JETBRAINS_ANNOTATIONS = "24.1.0"

const val ADVENTURE_PLATFORM_BUKKIT = "4.3.4"
const val ADVENTURE_API = "4.17.0"
const val ADVENTURE_API = "4.18.0"

const val VAULT_API = "1.7.1"

const val PLACEHOLDER_API = "2.11.6"

const val MARIA_DB = "3.4.1"
const val MARIA_DB = "3.5.1"
const val POSTGRESQL = "42.7.4"
const val H2 = "2.1.214"
const val H2 = "2.3.232"
const val ORMLITE = "6.1"
const val HIKARI_CP = "5.1.0"
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

checkstyle {
toolVersion = "10.18.2"
toolVersion = "10.21.1"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"
Expand All @@ -17,7 +17,7 @@ configurations.named("checkstyle") {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.3.1-jre")
select("com.google.guava:guava:33.4.0-jre")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

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

0 comments on commit d2cdc20

Please sign in to comment.