Skip to content

Commit 8428649

Browse files
dependabot[bot]yonatankarp
authored andcommitted
Bump com.diffplug.spotless from 8.0.0 to 8.1.0
Bumps com.diffplug.spotless from 8.0.0 to 8.1.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b75427f commit 8428649

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("jvm") version kotlinVersion
1010
kotlin("plugin.spring") version kotlinVersion
1111
id("org.openapi.generator") version "7.17.0"
12-
id("com.diffplug.spotless") version "8.0.0"
12+
id("com.diffplug.spotless") version "8.1.0"
1313
}
1414

1515
java.sourceCompatibility = JavaVersion.VERSION_21

0 commit comments

Comments
 (0)