Skip to content

Commit 77e72b3

Browse files
committed
build(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0
1 parent 53eab99 commit 77e72b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-checkstyle-plugin</artifactId>
195-
<version>3.5.0</version>
195+
<version>3.6.0</version>
196196
<configuration>
197197
<!-- exclude protoc generated file from checkstyle validation -->
198198
<excludes>**/SingerProto.java</excludes>

0 commit comments

Comments
 (0)