Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.23 (#6275)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-07 06:49:27 -06:00 committed by GitHub
parent e41470be43
commit c3ed1d5ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ dependencies {
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
implementation("org.owasp:dependency-check-gradle:9.0.9")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
}