File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/springframework/gradle/checkstyle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 implementation " com.github.ben-manes:gradle-versions-plugin:0.38.0"
1717 implementation " io.github.gradle-nexus:publish-plugin:1.1.0"
1818 implementation " io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.41"
19- implementation " io.spring.nohttp:nohttp-gradle:0.0.10 "
19+ implementation " io.spring.nohttp:nohttp-gradle:0.0.11 "
2020 implementation " org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
2121 implementation " org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2"
2222 implementation " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class SpringJavaCheckstylePlugin implements Plugin<Project> {
3939 private static final String SPRING_JAVAFORMAT_VERSION_PROPERTY = "springJavaformatVersion" ;
4040 private static final String DEFAULT_SPRING_JAVAFORMAT_VERSION = "0.0.41" ;
4141 private static final String NOHTTP_CHECKSTYLE_VERSION_PROPERTY = "nohttpCheckstyleVersion" ;
42- private static final String DEFAULT_NOHTTP_CHECKSTYLE_VERSION = "0.0.10 " ;
42+ private static final String DEFAULT_NOHTTP_CHECKSTYLE_VERSION = "0.0.11 " ;
4343 private static final String CHECKSTYLE_TOOL_VERSION_PROPERTY = "checkstyleToolVersion" ;
4444 private static final String DEFAULT_CHECKSTYLE_TOOL_VERSION = "8.34" ;
4545 private static final String SPRING_JAVAFORMAT_EXCLUDE_PACKAGES_PROPERTY = "springJavaformatExcludePackages" ;
You can’t perform that action at this time.
0 commit comments