This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit 328c9b42d05679ff09c3b9cfbe3eba40cbaef697 Author: Maxim Solodovnik <[email protected]> AuthorDate: Fri Apr 28 16:06:58 2023 +0700 [OPENMEETINGS-2757] checkstyle --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b1191788..1abf56b49 100644 --- a/pom.xml +++ b/pom.xml @@ -1254,7 +1254,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.6.0</version> <!-- FIXME TODO: should be removed after checkstyle plugin will be updated --> + <version>10.10.0</version> <!-- FIXME TODO: should be removed after checkstyle plugin will be updated --> </dependency> </dependencies> </plugin>
