diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index eb49107..b8ee1c5 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -32,11 +32,11 @@ jobs: - name: Make gradlew executable run: chmod +x gradlew - name: Build with Gradle - uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 + uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff with: arguments: shadowAll - name: Upload a ChatFormatter Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: 'Successfully build ChatFormatter' path: build/libs/ChatFormatter v*.jar \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 59e23be..46ad609 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import java.util.jar.JarOutputStream plugins{ id("eternalcode.java") id("com.github.johnrengelman.shadow") - id("xyz.jpenilla.run-paper") version "2.2.3" + id("xyz.jpenilla.run-paper") version "2.3.0" } tasks.create("shadowAll") { diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index fcdaae9..2ee8a53 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0") implementation("com.github.johnrengelman:shadow:8.1.1") implementation("net.minecrell:plugin-yml:0.6.0") } diff --git a/chatformatter-core/build.gradle.kts b/chatformatter-core/build.gradle.kts index 070844f..d7cca51 100644 --- a/chatformatter-core/build.gradle.kts +++ b/chatformatter-core/build.gradle.kts @@ -10,8 +10,8 @@ dependencies { testImplementation("org.spigotmc:spigot-api:$spigotApiVersion") // Kyori Adventure & MiniMessage - val adventureVersion = "4.3.2" - val miniMessageVersion = "4.16.0" + val adventureVersion = "4.3.3" + val miniMessageVersion = "4.17.0" implementation("net.kyori:adventure-platform-bukkit:$adventureVersion") implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion") testImplementation("net.kyori:adventure-platform-bukkit:$adventureVersion") @@ -26,7 +26,7 @@ dependencies { implementation("org.bstats:bstats-bukkit:3.0.2") // PlaceholderAPI & Vault - compileOnly("me.clip:placeholderapi:2.11.5") + compileOnly("me.clip:placeholderapi:2.11.6") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") // GitCheck @@ -38,7 +38,7 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") testImplementation("org.mockito:mockito-core:5.12.0") testImplementation("org.mockito:mockito-junit-jupiter:5.12.0") - testImplementation("me.clip:placeholderapi:2.11.5") + testImplementation("me.clip:placeholderapi:2.11.6") testImplementation("org.assertj:assertj-core:3.26.0") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..a441313 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 1aa94a4..b740cf1 100644 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.