Skip to content

Commit 1683be1

Browse files
committed
[Java] Upgrade to Checkstyle 8.36 and Versions 0.30.0.
1 parent f92f835 commit 1683be1

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
@@ -23,12 +23,12 @@ plugins {
2323
id 'java-library'
2424
id 'idea'
2525
id 'com.github.johnrengelman.shadow' version '6.0.0' apply false
26-
id "com.github.ben-manes.versions" version "0.29.0"
26+
id "com.github.ben-manes.versions" version "0.30.0"
2727
}
2828

2929
defaultTasks 'clean', 'build'
3030

31-
def checkstyleVersion = '8.35'
31+
def checkstyleVersion = '8.36'
3232
def hamcrestVersion = '2.2'
3333
def mockitoVersion = '3.5.10'
3434
def junitVersion = '5.6.2'

0 commit comments

Comments
 (0)