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 fa7b8af2 OPENNLP-1764: Update classgraph to 4.8.181 (#824)
fa7b8af2 is described below
commit fa7b8af2a68c257a5dc200982608527f64d324d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 07:38:34 2025 +0200
OPENNLP-1764: Update classgraph to 4.8.181 (#824)
Bumps
[io.github.classgraph:classgraph](https://github.com/classgraph/classgraph)
from 4.8.180 to 4.8.181.
- [Release notes](https://github.com/classgraph/classgraph/releases)
-
[Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.180...classgraph-4.8.181)
---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
dependency-version: 4.8.181
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 b164d9a9..85540744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.1</log4j2.version>
<logcaptor.version>2.11.0</logcaptor.version>
- <classgraph.version>4.8.180</classgraph.version>
+ <classgraph.version>4.8.181</classgraph.version>
<jmh.version>1.37</jmh.version>
<!-- Plugin versions -->