Skip to content

Commit

Permalink
gradle: bump org.jlleitschuh.gradle.ktlint from 11.3.1 to 11.5.1
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 11.3.1 to 11.5.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>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent d787076 commit 3331460
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 @@ -60,7 +60,7 @@ plugins {
kotlin("plugin.spring") version "1.8.10"
id("org.springframework.boot") version "3.0.5"
id("com.github.ben-manes.versions") version "0.46.0" // ./gradlew dependencyUpdates
id("org.jlleitschuh.gradle.ktlint") version "11.3.1"
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
}

java {
Expand Down

0 comments on commit 3331460

Please sign in to comment.