From 2b3f98c7180c4531d8386fe61f00ce697fc3588a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:31:00 -0800 Subject: [PATCH] chore(deps): Update build deps and github actions (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 56a2ae5..ab5c3ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ version = "1.0" [versions] indra = "3.1.3" pluginPublish = "1.2.1" -spotless = "6.23.2" +spotless = "6.24.0" junit = "5.9.3" mammoth = "1.3.1" diff --git a/settings.gradle.kts b/settings.gradle.kts index 2e85e86..60443c0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,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 {