From 79b2392b73419e5c346aa8806af7e64455b3ecb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:36:59 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions --- gradle/libs.versions.toml | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7abe4d0..28476f2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,4 +26,4 @@ indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" } indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" } indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } spongeConvention = { id = "org.spongepowered.gradle.sponge.dev", version.ref = "spongeConvention" } -spotless = { id = "com.diffplug.spotless", version = "6.23.2" } +spotless = { id = "com.diffplug.spotless", version = "6.23.3" } diff --git a/settings.gradle b/settings.gradle index 138a0d6..e3c3a62 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { } plugins { - id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0' + id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' } dependencyResolutionManagement {