From ddcc027a00366fb645af8644c102d239218a104c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:11:12 +0100 Subject: [PATCH] chore(deps): Update gradle and github actions (#6) 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 a67f2a2..2cf5e15 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ cloud-buildLogic-rootProject-spotless = { id = "org.incendo.cloud-build-logic.sp [versions] cloud-build-logic = "0.0.3" -springBoot = "3.2.0" +springBoot = "3.2.1" ktlint = "1.0.1" checkstyle = "10.12.5" kotlin = "1.9.22" diff --git a/settings.gradle.kts b/settings.gradle.kts index cd8ecff..94d204e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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 {