Skip to content

Commit

Permalink
Upgrading maven-checkstyle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 24, 2023
1 parent 72dd4ce commit 70bf27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<configLocation>${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
Expand Down

0 comments on commit 70bf27d

Please sign in to comment.