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-09-10 05:17:15 +0300
committerGitHub <noreply@github.com>2022-09-10 05:17:15 +0300
commit158774707e5f9de947ec393397c86ca6b63445f4 (patch)
treeb7899e72045d0c432c5e89659d1638f9c7d4309b
parent0dc29e813f772110b5b9183c80a9b2d465b3043a (diff)
parent2cf7472cefb1f2c726397f56b797a0dd14ceebf7 (diff)
Merge pull request #480 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.47.1
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 107d0db..48b7f32 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.47.0"
+ ktlint "com.pinterest:ktlint:0.47.1"
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'