Merge pull request #6923 from nextcloud/dependabot/gradle/kotlin_version-1.4.10

This commit is contained in:
dependabot-preview[bot] 2020-09-10 05:46:11 +00:00 committed by GitHub
commit a0c015c554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ import com.github.spotbugs.snom.SpotBugsTask
// its root folder, another one for the app module in subfolder of root.
buildscript {
ext.kotlin_version = '1.4.0'
ext.kotlin_version = '1.4.10'
repositories {
google()
jcenter()