Skip to content

Commit

Permalink
Bump org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.1.2
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.1.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 7da5f87 commit 22c0edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.21" apply false
id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false
id("org.openapi.generator") version "7.9.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.1" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.2" apply false
}

val dependencyVersions = listOf(
Expand Down

0 comments on commit 22c0edf

Please sign in to comment.