Skip to content

Commit 472f8d8

Browse files
Bump io.spring.javaformat:spring-javaformat-checkstyle
Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.42 to 0.0.47. - [Release notes](https://github.com/spring-io/spring-javaformat/releases) - [Commits](spring-io/spring-javaformat@v0.0.42...v0.0.47) --- updated-dependencies: - dependency-name: io.spring.javaformat:spring-javaformat-checkstyle dependency-version: 0.0.47 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4a0e41 commit 472f8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import io.spring.javaformat.gradle.tasks.Format
33

44
plugins {
55
id "checkstyle"
6-
id "io.spring.javaformat" version "0.0.42"
6+
id "io.spring.javaformat" version "0.0.47"
77
id 'io.spring.nohttp' version '0.0.11'
88
}
99

@@ -12,7 +12,7 @@ allprojects {
1212
apply plugin: 'io.spring.javaformat'
1313

1414
dependencies {
15-
checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.42"
15+
checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.47"
1616
}
1717

1818
// Ensure every test task has at least a single test

0 commit comments

Comments
 (0)