This is an automated email from the ASF dual-hosted git repository.
rzo1 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 05cc652c Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1
05cc652c is described below
commit 05cc652c77384954f63dea94a27500dcc113725b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 04:01:19 2024 +0000
Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 10.18.0 to 10.18.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.0...checkstyle-10.18.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ed396df5..8f13531b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
-
<version>10.18.0</version>
+
<version>10.18.1</version>
</dependency>
</dependencies>
<executions>