Skip to content

Commit 9ce0350

Browse files
Bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 12.1.0
Bumps org.jlleitschuh.gradle.ktlint from 11.0.0 to 12.1.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef35165 commit 9ce0350

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
@@ -9,7 +9,7 @@ plugins {
99
kotlin("plugin.jpa") version kotlinVersion
1010
id("jacoco")
1111
id("io.gitlab.arturbosch.detekt").version("1.21.0")
12-
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
12+
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
1313

1414
id("org.springdoc.openapi-gradle-plugin") version "1.5.0"
1515
id("org.gradle.test-retry") version "1.5.1"

0 commit comments

Comments
 (0)