Skip to content

Commit e6eceb5

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

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.0.1")
6767
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
68-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
68+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
6969
implementation("org.owasp:dependency-check-gradle:10.0.4")
7070
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
7171
}

0 commit comments

Comments
 (0)