Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 852ee57

Browse files
⬆️ Bump org.jlleitschuh.gradle.ktlint in /backend (#441)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc3d727 commit 852ee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
kotlin("jvm") version "2.0.21"
99
kotlin("plugin.spring") version "2.0.21"
1010
kotlin("plugin.jpa") version "2.0.21"
11-
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
11+
id("org.jlleitschuh.gradle.ktlint") version "12.1.2"
1212
}
1313

1414
group = "org.mahata.render"

0 commit comments

Comments
 (0)