Skip to content

Commit 8721659

Browse files
committed
Use newer version of checkstyle in checkstyle plugin
1 parent c1f97e6 commit 8721659

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,13 @@
339339
<sourceDirectory>src/test-fixtures/java</sourceDirectory>
340340
</sourceDirectories>
341341
</configuration>
342+
<dependencies>
343+
<dependency>
344+
<groupId>com.puppycrawl.tools</groupId>
345+
<artifactId>checkstyle</artifactId>
346+
<version>12.1.2</version>
347+
</dependency>
348+
</dependencies>
342349
<executions>
343350
<execution>
344351
<id>validate</id>

renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"org.apache.maven.plugins:maven-source-plugin",
7979
"com.hubspot.maven.plugins:prettier-maven-plugin",
8080
"com.google.cloud.tools:jib-maven-plugin",
81+
"com.puppycrawl.tools:checkstyle",
8182
"org.apache.maven.plugins:maven-shade-plugin",
8283
"org.apache.maven.plugins:maven-compiler-plugin",
8384
"org.apache.maven.plugins:maven-jar-plugin",

0 commit comments

Comments
 (0)