From 3094aaf9c16db7b678262e73d23a6892858314f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:17:57 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/gradle.yml | 2 +- buildSrc/build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- shared/build.gradle.kts | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 71829b9..a8dd0c1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -27,7 +27,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload a Build Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: # Artifact name name: PistonQueue diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index f149353..0712f1f 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -7,7 +7,7 @@ repositories { } dependencies { - implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4") + implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-SNAPSHOT") } java { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 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.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 016405b..637bf71 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -4,6 +4,6 @@ plugins { dependencies { implementation("org.spongepowered:configurate-yaml:4.1.2") - compileOnly("net.pistonmaster:pistonmotd-api:5.1.1") - compileOnly("com.google.guava:guava:33.3.1-jre") + compileOnly("net.pistonmaster:pistonmotd-api:5.2.0") + compileOnly("com.google.guava:guava:33.4.0-jre") }