diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index c2d8cb6..4934c41 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.0") + implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.2") implementation("net.minecrell:plugin-yml:0.6.0") implementation("xyz.jpenilla:run-task:2.3.1") implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2") diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index f3e4394..b35accc 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -2,7 +2,7 @@ object Versions { const val SPIGOT_API = "1.19.4-R0.1-SNAPSHOT" - const val OKAERI_CONFIGS = "5.0.3" + const val OKAERI_CONFIGS = "5.0.5" const val LITE_COMMANDS = "3.6.0-SNAPSHOT" const val ETERNALCODE_COMMONS = "1.1.4-SNAPSHOT" @@ -10,16 +10,16 @@ object Versions { const val JETBRAINS_ANNOTATIONS = "24.1.0" - const val ADVENTURE_PLATFORM_BUKKIT = "4.3.3" + const val ADVENTURE_PLATFORM_BUKKIT = "4.3.4" const val ADVENTURE_API = "4.17.0" - const val VAULT_API = "1.7" + const val VAULT_API = "1.7.1" const val PLACEHOLDER_API = "2.11.6" const val MARIA_DB = "3.4.1" - const val POSTGRESQL = "42.7.3" - const val H2 = "2.1.214" + const val POSTGRESQL = "42.7.4" + const val H2 = "2.3.232" const val ORMLITE = "6.1" const val HIKARI_CP = "5.1.0" } diff --git a/buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts b/buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts index 92e39b2..8a09c68 100644 --- a/buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts +++ b/buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts @@ -3,7 +3,7 @@ plugins { } checkstyle { - toolVersion = "10.17.0" + toolVersion = "10.18.1" configFile = file("${rootDir}/config/checkstyle/checkstyle.xml") configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml" @@ -17,7 +17,7 @@ configurations.named("checkstyle") { resolutionStrategy { capabilitiesResolution { withCapability("com.google.collections:google-collections") { - select("com.google.guava:guava:33.2.1-jre") + select("com.google.guava:guava:33.3.1-jre") } } } diff --git a/eternaleconomy-core/build.gradle.kts b/eternaleconomy-core/build.gradle.kts index 17b0955..8e760d3 100644 --- a/eternaleconomy-core/build.gradle.kts +++ b/eternaleconomy-core/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { compileOnly("me.clip:placeholderapi:${Versions.PLACEHOLDER_API}") - testImplementation(platform("org.junit:junit-bom:5.10.2")) + testImplementation(platform("org.junit:junit-bom:5.11.0")) testImplementation("org.junit.jupiter:junit-jupiter") jmh("org.openjdk.jmh:jmh-core:1.37") jmh("org.openjdk.jmh:jmh-generator-annprocess:1.37") diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e644113..a4b76b9 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d96302a..df97d72 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists \ No newline at end of file +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index b740cf1..f5feea6 100644 --- a/gradlew +++ b/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 25da30d..9d21a21 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ##########################################################################