This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 70bf27d9c33534711d5b0d5ade62f524d9a2606a Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Oct 24 12:06:21 2023 +0200 Upgrading maven-checkstyle-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c834c475c1..c025624029 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
