From 9785f04092f848cdebf2b2792cd3dc3388f4686f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:04:23 +0000 Subject: [PATCH] [API]: Bump org.jlleitschuh.gradle:ktlint-gradle in /noty-api Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.5.0 to 11.6.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- noty-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noty-api/build.gradle b/noty-api/build.gradle index 34059e75..f8e6065f 100644 --- a/noty-api/build.gradle +++ b/noty-api/build.gradle @@ -18,7 +18,7 @@ buildscript { ext { kotlinVersion = "1.9.0" kotlinSerializerVersion = "1.5.1" - ktlintVersion = "11.5.0" + ktlintVersion = "11.6.1" coroutinesVersion = "1.7.2" ktorVersion = "1.6.8" exposedVersion = "0.41.1"