Skip to content

Commit 3632de9

Browse files
committed
Update dependencies
1 parent dd0c858 commit 3632de9

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

config/pmd/pmd-rulesets.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,8 @@
148148
<rule ref="category/java/codestyle.xml/ClassNamingConventions"/>
149149
<rule ref="category/java/codestyle.xml/GenericsNaming"/>
150150
<rule ref="category/java/codestyle.xml/MethodNamingConventions"/>
151-
<rule ref="category/java/codestyle.xml/MIsLeadingVariableName"/>
152151
<rule ref="category/java/codestyle.xml/NoPackage"/>
153152
<rule ref="category/java/codestyle.xml/PackageCase"/>
154-
<rule ref="category/java/codestyle.xml/SuspiciousConstantFieldName"/>
155-
<rule ref="category/java/codestyle.xml/VariableNamingConventions"/>
156153

157154
<!-- Optimizations -->
158155

gradle/versions.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ ext {
22
version = '4.5.0'
33
group = 'com.github.proxer'
44

5-
gradleVersion = '4.9'
5+
gradleVersion = '4.10.1'
66

77
errorpronePluginVersion = '0.3'
88
gradleVersionsPluginVersion = '0.20.0'
99
buildConfigPluginVersion = '1.1.8'
10-
spotbugsPluginVersion = '1.6.2'
10+
spotbugsPluginVersion = '1.6.3'
1111

12-
jacocoVersion = '0.8.1'
13-
checkstyleVersion = '8.10'
12+
jacocoVersion = '0.8.2'
13+
checkstyleVersion = '8.12'
1414
errorproneVersion = '2.3.1'
1515
spotbugsVersion = '3.1.6'
16-
pmdVersion = '6.3.0'
16+
pmdVersion = '6.7.0'
1717

1818
lombokVersion = '1.18.2'
1919
jsr305Version = '3.0.2'
@@ -25,7 +25,7 @@ ext {
2525
moshiLazyAdaptersVersion = '2.2'
2626

2727
junitVersion = '4.12'
28-
assertjVersion = '3.11.0'
28+
assertjVersion = '3.11.1'
2929
mockitoVersion = '2.22.0'
3030
privateConstructorVersion = '1.2.0'
3131

gradle/wrapper/gradle-wrapper.jar

-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)