We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b98557 commit 1cb4f1dCopy full SHA for 1cb4f1d
buildSrc/build.gradle.kts
@@ -58,7 +58,7 @@ dependencies {
58
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
59
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
60
// at the moment 1.9.0 is the latest version supported by codeql
61
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
62
implementation("org.owasp:dependency-check-gradle:8.4.0")
63
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
64
}
0 commit comments