From 117ea13256120ddacc7a73bf5e8329338a1dd086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:03:36 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e6ef111..a31c97c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,8 +39,8 @@ mergeTool = { module = "net.minecraftforge:mergetool", version.ref = "mergeTool" shadowPlugin = { module = "com.github.jengelman.gradle.plugins:shadow", version = "6.1.0" } [plugins] -blossom = { id = "net.kyori.blossom", version = "2.0.1" } -eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.42.2" } +blossom = { id = "net.kyori.blossom", version = "2.1.0" } +eclipseApt = { id = "com.diffplug.eclipse.apt", version = "3.43.0" } gradlePluginPublish = { id = "com.gradle.plugin-publish", version = "1.2.1" } ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" } indra = { id = "net.kyori.indra", version.ref = "indra" } @@ -49,4 +49,4 @@ indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" } indra-publishing-gradlePlugin = { id = "net.kyori.indra.publishing.gradle-plugin", version.ref = "indra" } indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } -spotless = { id = "com.diffplug.spotless", version = "6.21.0" } +spotless = { id = "com.diffplug.spotless", version = "6.22.0" }