Skip to content

Commit 38385e2

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.2.10 (#7570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7de6b0b commit 38385e2

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
@@ -64,7 +64,7 @@ dependencies {
6464
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")
6565
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.3.0")
6666
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
67-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
67+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10")
6868
implementation("org.owasp:dependency-check-gradle:12.1.3")
6969
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.1")
7070
}

0 commit comments

Comments
 (0)