Skip to content

Commit fe0b908

Browse files
chore(deps): Update build deps and github actions
1 parent 4841863 commit fe0b908

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
@@ -8,7 +8,7 @@ checker = "3.48.4"
88
vineFlower = "1.11.2"
99
ideaExt = "1.3"
1010
immutables = "2.10.1"
11-
indra = "3.2.0"
11+
indra = "4.0.0"
1212
junit = "5.14.1"
1313
mergeTool = "1.2.3"
1414
mammoth = "1.4.0"
@@ -41,12 +41,12 @@ mammoth = { module = "net.kyori:mammoth", version.ref = "mammoth" }
4141
[plugins]
4242
blossom = { id = "net.kyori.blossom", version = "2.2.0" }
4343
eclipseApt = { id = "com.diffplug.eclipse.apt", version = "4.4.1" }
44-
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.3.1" }
44+
gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "2.0.0" }
4545
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
4646
indra = { id = "net.kyori.indra", version.ref = "indra" }
4747
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
4848
indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
4949
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
5050
indra-publishing-gradlePlugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" }
5151
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
52-
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
52+
spotless = { id = "com.diffplug.spotless", version = "8.1.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.10.0"
10+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1111
}
1212

1313
dependencyResolutionManagement {

0 commit comments

Comments
 (0)