Bump org.jlleitschuh.gradle:ktlint-gradle from 11.2.0 to 11.3.1

Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.2.0 to 11.3.1.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-03 22:02:18 +00:00 committed by GitHub
parent 6ce18dfc03
commit 2d6454bbf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.2.0"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.1"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}