From 04925001604c3109d0da25e4ece6c0aa9e49c9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:37:30 +0100 Subject: [PATCH] Bump org.jmailen.kotlinter from 4.0.0 to 4.1.0 (#190) Bumps org.jmailen.kotlinter from 4.0.0 to 4.1.0. --- updated-dependencies: - dependency-name: org.jmailen.kotlinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4fbfc76a..5279132e 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { } plugins { - id 'org.jmailen.kotlinter' version "4.0.0" apply false + id 'org.jmailen.kotlinter' version "4.1.0" apply false } apply plugin: 'io.codearte.nexus-staging'