Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 1271a96 commit 6819d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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")
}

0 comments on commit 6819d4b

Please sign in to comment.