Bump org.jlleitschuh.gradle.ktlint from 11.2.0 to 11.3.1 (#3401)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-08 10:08:28 -05:00 committed by GitHub
parent 65d3a8acac
commit 194ed7ef2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.jlleitschuh.gradle.ktlint") version "11.2.0"
id("org.jlleitschuh.gradle.ktlint") version "11.3.1"
id("com.github.ben-manes.versions") version "0.46.0"
}