From 328f57454cabd6103e050879df276f9432f1c5de Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jan 2024 22:45:48 +0000 Subject: [PATCH] chore(deps): update plugin com.diffplug.spotless to v6.25.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | com.diffplug.spotless | plugin | minor | `6.22.0` -> `6.25.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.demo.rattermeyer.de/fjadmin/ci-demo-2/pulls/15 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2eaf633..c99cd74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.diffplug.spotless") version "6.22.0" + id("com.diffplug.spotless") version "6.25.0" id("maven-publish") }