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-06-25 04:08:40 +0300
committerGitHub <noreply@github.com>2022-06-25 04:08:40 +0300
commit687a70a1e04ad9fc120bade4b03adb3177f91f3e (patch)
treee2f1ab17be26c6dfa8d65fe9ed1db69c722cfb95
parenta11a4f99b5dc75f928c060f1b105e27c6c22c861 (diff)
parent7572ae3dd0cdcaf2233c9de43a7a2ec737dc56fe (diff)
Merge pull request #465 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.46.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 834be8c..fafdb58 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.45.2"
+ ktlint "com.pinterest:ktlint:0.46.1"
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'