From f46572e0222924ee2c12c13f6f459dcb64c99748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 06:04:38 +0000 Subject: [PATCH] Bump org.jetbrains.qodana from 0.1.12 to 0.1.13 Bumps org.jetbrains.qodana from 0.1.12 to 0.1.13. --- updated-dependencies: - dependency-name: org.jetbrains.qodana dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f93f337..cbb7a6b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // Gradle Changelog Plugin id("org.jetbrains.changelog") version "1.3.0" // Gradle Qodana Plugin - id("org.jetbrains.qodana") version "0.1.12" + id("org.jetbrains.qodana") version "0.1.13" } group = properties("pluginGroup")