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
The following commit(s) were added to refs/heads/master by this push:
new 6b5c3c06c [OPENMEETINGS-2819] Bump com.puppycrawl.tools:checkstyle
from 13.5.0 to 13.6.0 (#257)
6b5c3c06c is described below
commit 6b5c3c06c3af658c56ac56d30845ee87a10d41b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 09:05:56 2026 +0700
[OPENMEETINGS-2819] Bump com.puppycrawl.tools:checkstyle from 13.5.0 to
13.6.0 (#257)
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 13.5.0 to 13.6.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.5.0...checkstyle-13.6.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 13.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c0af92d6e..e709ee787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1362,7 +1362,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
-
<version>13.5.0</version> <!-- FIXME TODO: should be removed after checkstyle
plugin will be updated -->
+
<version>13.6.0</version> <!-- FIXME TODO: should be removed after checkstyle
plugin will be updated -->
</dependency>
</dependencies>
</plugin>