Merge remote-tracking branch 'origin/dependabot/maven/development/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0' into update-squash

This commit is contained in:
Allink 2022-10-14 23:47:39 +01:00
commit 9e48271e0c
No known key found for this signature in database

View File

@ -220,7 +220,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
@ -434,7 +434,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<failOnViolation>true</failOnViolation>