Skip to content

Commit 6819d4b

Browse files
Update all non-major dependencies
1 parent 1271a96 commit 6819d4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build with Gradle
2828
run: ./gradlew build
2929
- name: Upload a Build Artifact
30-
uses: actions/upload-artifact@v4.4.3
30+
uses: actions/upload-artifact@v4.5.0
3131
with:
3232
# Artifact name
3333
name: PistonQueue

shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
22
implementation("org.spongepowered:configurate-yaml:4.1.2")
3-
compileOnly("net.pistonmaster:pistonmotd-api:5.1.1")
4-
compileOnly("com.google.guava:guava:33.3.1-jre")
3+
compileOnly("net.pistonmaster:pistonmotd-api:5.2.0")
4+
compileOnly("com.google.guava:guava:33.4.0-jre")
55
}

0 commit comments

Comments
 (0)