Browse Source

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

Bump ktlint from 0.34.1 to 0.34.2
Andy Scherzinger 5 years ago
parent
commit
4d1016ebfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -294,7 +294,7 @@ dependencies {
     compileOnly "org.projectlombok:lombok:1.18.8"
     compileOnly "org.projectlombok:lombok:1.18.8"
     annotationProcessor "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
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
     testImplementation 'junit:junit:4.12'