From db4a19033a282ec7bd0ddba6f423a8b50f38bfab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:16:21 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.10 --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 855bf6f396b..93e53b25980 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0") implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0") // at the moment 1.9.0 is the latest version supported by codeql - implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0") + implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10") implementation("org.owasp:dependency-check-gradle:8.4.0") implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1") }