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 19, 2024
1 parent d7e77b6 commit f3e80d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit f3e80d8

Please sign in to comment.