Merge pull request #8991 from nextcloud/dependabot/gradle/kotlin_version-1.5.31

Bump kotlin_version from 1.4.32 to 1.5.31
This commit is contained in:
Álvaro Brey 2021-10-05 10:21:30 +02:00 committed by GitHub
commit 87f7015ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ import org.gradle.internal.jvm.Jvm
// its root folder, another one for the app module in subfolder of root.
buildscript {
ext.kotlin_version = '1.4.32'
ext.kotlin_version = '1.5.31'
repositories {
google()
maven {
@ -461,3 +461,7 @@ detekt {
shot {
showOnlyFailingTestsInReports = ciBuild
}
jacoco {
toolVersion = "0.8.7"
}