From fdc77469fd817fed8a189522b6324c3280b3b664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:12:49 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/gradle.yml | 2 +- buildSrc/build.gradle.kts | 2 +- shared/build.gradle.kts | 4 ++-- 3 files changed, 4 insertions(+), 4 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 5551e3d..76bc21e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,6 +8,6 @@ repositories { } dependencies { - implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4") + implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-SNAPSHOT") implementation("net.kyori:indra-common:3.1.3") } 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") }