Skip to content

Commit 2930514

Browse files
authored
Merge pull request #368 from oracle/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.2
Bump checkstyle from 8.29 to 10.3.2
2 parents cc694cf + 01a75d9 commit 2930514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
agent any
66
tools {
77
maven 'maven-3.6.0'
8-
jdk 'jdk8'
8+
jdk 'jdk11'
99
}
1010

1111
triggers {

build-tools/src/main/resources/weblogic-image-tool/checkstyle/customized_google_checks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
294294
</module>
295295
<module name="JavadocMethod">
296-
<property name="scope" value="public"/>
296+
<property name="accessModifiers" value="public"/>
297297
<property name="allowMissingParamTags" value="true"/>
298298
<property name="allowMissingReturnTag" value="true"/>
299299
<property name="allowedAnnotations" value="Override, Test"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<dependency>
243243
<groupId>com.puppycrawl.tools</groupId>
244244
<artifactId>checkstyle</artifactId>
245-
<version>8.29</version>
245+
<version>10.3.2</version>
246246
</dependency>
247247
</dependencies>
248248
</plugin>

0 commit comments

Comments
 (0)