Skip to content

Commit 9381699

Browse files
Bump org.jlleitschuh.gradle.ktlint from 12.3.0 to 13.1.0
Bumps org.jlleitschuh.gradle.ktlint from 12.3.0 to 13.1.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30004c8 commit 9381699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44
plugins {
55
id("org.springframework.boot") version "3.5.5"
66
id("io.spring.dependency-management") version "1.1.7"
7-
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
7+
id("org.jlleitschuh.gradle.ktlint") version "13.1.0"
88
kotlin("jvm") version "2.1.21"
99
kotlin("plugin.spring") version "2.1.21"
1010
}

0 commit comments

Comments
 (0)