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

fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0
This commit is contained in:
Andy Scherzinger 2024-11-29 18:59:48 +01:00 committed by GitHub
commit 9ef250250a
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 = '2.0.21' kotlinVersion = '2.1.0'
commonsVersion = '2.3.1' commonsVersion = '2.3.1'
} }
repositories { repositories {