Skip to content

Commit 9a91792

Browse files
chore(deps): Update gradle and github actions
1 parent d1701f1 commit 9a91792

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ format = { version = "1.1" }
33

44
[versions]
55
checkstyle = "10.26.1"
6-
indra = "3.1.3"
6+
indra = "3.2.0"
77
junit = "5.13.4"
88
stylecheck = "0.2.1"
99
errorprone = "2.41.0"
@@ -27,10 +27,10 @@ errorprone = { module = "com.google.errorprone:error_prone_core", version.ref =
2727
zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
2828

2929
[plugins]
30-
errorprone = "net.ltgt.errorprone:4.2.0"
30+
errorprone = "net.ltgt.errorprone:4.3.0"
3131
indra = { id = "net.kyori.indra", version.ref = "indra" }
3232
indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
3333
indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
3434
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
3535
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0"}
36-
spotless = { id = "com.diffplug.spotless", version = "6.21.0" }
36+
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

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

0 commit comments

Comments
 (0)