Merge pull request #2049 from nextcloud/renovate/kotlin-monorepo

fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.23
This commit is contained in:
Andy Scherzinger 2024-03-07 16:36:41 +01:00 committed by GitHub
commit 9e5014c082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript { buildscript {
ext { ext {
kotlinVersion = '1.9.22' kotlinVersion = '1.9.23'
commonsVersion = '2.1.0' commonsVersion = '2.1.0'
} }
repositories { repositories {