Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-20 04:06:13 +0300
committerGitHub <noreply@github.com>2022-08-20 04:06:13 +0300
commit6f4c9489890dff5b755b7965fa04ef027ab07612 (patch)
tree3a48a6779a6a8c0f3a061f1878ae23bf4cc67b2b
parent72f1c0b8b5d99052d4467dc68d03034b35fff98e (diff)
parent37e8fa0ab4a3eafeabdeb5b9592ff30f82d0d915 (diff)
Merge pull request #476 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.47.0
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index e098c96..98293bc 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -120,7 +120,7 @@ dependencies {
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0'
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7'
- ktlint "com.pinterest:ktlint:0.46.1"
+ ktlint "com.pinterest:ktlint:0.47.0"
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'