Skip to content

Commit 62c4006

Browse files
chore(deps): Update build deps and github actions
1 parent 9072350 commit 62c4006

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
@@ -51,4 +51,4 @@ indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref
5151
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
5252
indra-publishing-gradlePlugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" }
5353
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
54-
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
54+
spotless = { id = "com.diffplug.spotless", version = "7.2.0" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
}
88

99
plugins {
10-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
10+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1111
}
1212

1313
dependencyResolutionManagement {

0 commit comments

Comments
 (0)