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 04:02:31 +0300
committerGitHub <noreply@github.com>2022-09-10 04:02:31 +0300
commit2cf7472cefb1f2c726397f56b797a0dd14ceebf7 (patch)
treef97c526bac0b8cb517336f379b135bda7303a11a
parent4be49dbf2be272f0b777a6cd20c667c4c39bc97b (diff)
Bump ktlint from 0.47.0 to 0.47.1
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.47.0 to 0.47.1. - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/compare/0.47.0...0.47.1) --- updated-dependencies: - dependency-name: com.pinterest:ktlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 98293bc..bf2cb96 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'