Merge pull request #2192 from nextcloud/dependabot/gradle/kotlinVersion-1.7.10

Bump kotlinVersion from 1.7.0 to 1.7.10
This commit is contained in:
Andy Scherzinger 2022-07-07 16:16:26 +02:00 committed by GitHub
commit 5b1b5b4d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
buildscript { buildscript {
ext { ext {
kotlinVersion = '1.7.0' kotlinVersion = '1.7.10'
} }
repositories { repositories {