Author: gk
Date: Wed Apr 3 08:15:52 2024
New Revision: 1916764
URL: http://svn.apache.org/viewvc?rev=1916764&view=rev
Log:
- fix version of checkstyle plugin dependency com.puppycrawl.tools checkstyle
to 10.15.0
Modified:
db/torque/trunk/pom.xml
Modified: db/torque/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/pom.xml?rev=1916764&r1=1916763&r2=1916764&view=diff
==============================================================================
--- db/torque/trunk/pom.xml (original)
+++ db/torque/trunk/pom.xml Wed Apr 3 08:15:52 2024
@@ -568,7 +568,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>10.14.4</version>
+ <version>10.15.0</version>
</dependency>
</dependencies>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]