Skip to content

Commit 2fd3db1

Browse files
chore(deps): Update gradle and github actions
1 parent ad0bcea commit 2fd3db1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# build logic
3-
cloud-build-logic = "0.0.15"
3+
cloud-build-logic = "0.0.16"
44
checkstyle = "10.12.5"
55
stylecheck = "0.2.1"
66
ktlint = "0.50.0"
@@ -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.0" }
75+
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
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.10.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)