Skip to content

Commit dc2d7c6

Browse files
chore(deps): Update gradle and github actions
1 parent 83a33b7 commit dc2d7c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
2525
indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
2626
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
2727
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-1" }
28-
spotless = "com.diffplug.spotless:6.21.0"
28+
spotless = "com.diffplug.spotless:7.0.4"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.gradle.toolchains.foojay-resolver-convention" version "0.7.0"
2+
id "org.gradle.toolchains.foojay-resolver-convention" version "1.0.0"
33
}
44

55
dependencyResolutionManagement {

0 commit comments

Comments
 (0)