Skip to content

Commit 575f2cf

Browse files
chore(deps): Update gradle and github actions
1 parent 6da0f95 commit 575f2cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ junit = "5.14.0"
99
mammoth = "1.5.0"
1010
pebble = "3.2.4"
1111
snakeyaml = "2.10"
12-
spotless = "8.0.0"
12+
spotless = "8.1.0"
1313
stylecheck = "0.2.1"
1414

1515
[libraries]
@@ -36,5 +36,5 @@ indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
3636
indra-gradlePluginPublish = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" }
3737
indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
3838
pluginPublish = { id = "com.gradle.plugin-publish", version = "2.0.0" }
39-
sigstore = { id = "dev.sigstore.sign", version = "2.0.0-rc1" }
39+
sigstore = { id = "dev.sigstore.sign", version = "2.0.0" }
4040
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }

gradle/wrapper/gradle-wrapper.jar

718 Bytes
Binary file not shown.

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-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)