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 d952557a Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2
d952557a is described below
commit d952557acbd903155a923e03aeeea03ce7eeb9ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 30 04:59:08 2024 +0000
Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 10.18.1 to 10.18.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
-
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.1...checkstyle-10.18.2)
---
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 e4993d5d..ab85c96e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
-
<version>10.18.1</version>
+
<version>10.18.2</version>
</dependency>
</dependencies>
<executions>