From 114ddc1e210d67dbdbfdc6e8fde0e7f8455c15e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:10:07 +0000 Subject: [PATCH] chore(deps): Update gradle and github actions --- 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 96c0f71..3193f75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,5 +27,5 @@ gremlin = "0.0.3" idea-gradle = "1.1.7" run-task = "2.2.2" hangar-publish = "0.1.0" -spotless = "6.23.2" +spotless = "6.24.0" ktlint = "1.0.1" \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index b98a31f..d3ce1e3 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -3,7 +3,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" } enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")