Skip to content

Commit 2030ed9

Browse files
renovate[bot]jpenilla
authored andcommitted
chore(deps): Update gradle and github actions
1 parent bd4c53c commit 2030ed9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1313
runs-on: "ubuntu-latest"
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up JDK
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
distribution: 'temurin'
2020
java-version: 21
21-
- uses: gradle/actions/setup-gradle@v4
21+
- uses: gradle/actions/setup-gradle@v5
2222
- name: Build
2323
run: ./gradlew build
2424
- name: Determine Status

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ checkstyle = "10.12.5"
55
stylecheck = "0.2.1"
66
ktlint = "0.50.0"
77
errorprone = "2.31.0"
8-
run-task = "2.3.1"
8+
run-task = "3.0.0"
99

1010
cloudCore = "2.0.0"
1111

@@ -72,7 +72,7 @@ cloud-buildLogic-rootProject-spotless = { id = "org.incendo.cloud-build-logic.sp
7272
run-paper = { id = "xyz.jpenilla.run-paper", version.ref = "run-task" }
7373
run-velocity = { id = "xyz.jpenilla.run-velocity", version.ref = "run-task" }
7474
run-waterfall = { id = "xyz.jpenilla.run-waterfall", version.ref = "run-task" }
75-
shadow = { id = "com.gradleup.shadow", version = "8.3.9" }
75+
shadow = { id = "com.gradleup.shadow", version = "9.2.2" }
7676

7777
[bundles]
7878
immutables = ["immutables", "immutablesAnnotate"]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)