Merge pull request #4256 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.34.2

Bump ktlint from 0.34.1 to 0.34.2
This commit is contained in:
Andy Scherzinger 2019-07-24 07:09:27 +02:00 committed by GitHub
commit 4d1016ebfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.8"
annotationProcessor "org.projectlombok:lombok:1.18.8"
ktlint "com.pinterest:ktlint:0.34.1"
ktlint "com.pinterest:ktlint:0.34.2"
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'