From fbc2478689953d302421a8137f72cf07b956de82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 02:46:01 +0000 Subject: [PATCH] Build(deps): Bump com.pinterest:ktlint from 0.50.0 to 0.51.0-FINAL Bumps [com.pinterest:ktlint](https://github.com/pinterest/ktlint) from 0.50.0 to 0.51.0-FINAL. - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/commits) --- updated-dependencies: - dependency-name: com.pinterest:ktlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 2f8e9b48..0e993fd2 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.6.0' - ktlint "com.pinterest:ktlint:0.50.0" + ktlint "com.pinterest:ktlint:0.51.0-FINAL" // Required for local unit tests (JUnit 4 framework) testImplementation 'junit:junit:4.13.2'