Skip to content

Commit 1cdb04d

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

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.1.0")
68-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
68+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
6969
implementation("org.owasp:dependency-check-gradle:11.1.0")
7070
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.2")
7171
}

0 commit comments

Comments
 (0)