Skip to content

Commit 13040db

Browse files
committed
Upgrade checkstyle to 8.13
1 parent 3f59fe8 commit 13040db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Improvements:
77
* Upgraded to Gradle 4.10.2
88
* Upgraded PMD to 6.8.0
9+
* Upgraded Checkstyle to 8.13
910
* All lint tasks (ie: lintDebug and lintRelease) are now cacheable and can be up-to-date
1011

1112
### 2.6.8

src/main/groovy/com/monits/gradle/sca/ToolVersions.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class ToolVersions {
2626
private final static String BACKWARDS_PMD_TOOL_VERSION = '5.1.3'
2727
private final static GradleVersion GRADLE_VERSION_PMD = GradleVersion.version('2.4')
2828

29-
private final static String LATEST_CHECKSTYLE_VERSION = '8.12'
29+
private final static String LATEST_CHECKSTYLE_VERSION = '8.13'
3030
private final static String LATEST_CHECKSTYLE_VERSION_JAVA_7 = '6.19'
3131
private final static String BACKWARDS_CHECKSTYLE_VERSION = '6.7'
3232
private final static GradleVersion GRADLE_VERSION_CHECKSTYLE = GradleVersion.version('2.7')

0 commit comments

Comments
 (0)