Skip to content

Commit 1cb4f1d

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.10 (#5764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b98557 commit 1cb4f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
5959
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
6060
// at the moment 1.9.0 is the latest version supported by codeql
61-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
61+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
6262
implementation("org.owasp:dependency-check-gradle:8.4.0")
6363
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
6464
}

0 commit comments

Comments
 (0)