Skip to content

Commit d7962af

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.10 (#7050)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4412f2 commit d7962af

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
@@ -65,7 +65,7 @@ dependencies {
6565
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
6666
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.1.0")
6767
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
68-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
68+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10")
6969
implementation("org.owasp:dependency-check-gradle:12.0.1")
7070
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
7171
}

0 commit comments

Comments
 (0)