This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new f7dbfeb1 Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 13.3.0
f7dbfeb1 is described below
commit f7dbfeb16a3949e1f7cf8f71c2ad0cc2920ae5d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 06:40:52 2026 +0000
Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 13.3.0
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 12.0.1 to 13.3.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-12.0.1...checkstyle-13.3.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 13.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 98a3df1c..3e4ac076 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
-
<version>12.0.1</version>
+
<version>13.3.0</version>
</dependency>
</dependencies>
<executions>