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 d3768786 OPENNLP-1778: Update classgraph to 4.8.184 (#873)
d3768786 is described below
commit d3768786c210de0abccc61ad767e1f28a44d65c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 20:35:32 2025 +0200
OPENNLP-1778: Update classgraph to 4.8.184 (#873)
Bumps
[io.github.classgraph:classgraph](https://github.com/classgraph/classgraph)
from 4.8.181 to 4.8.184.
- [Release notes](https://github.com/classgraph/classgraph/releases)
-
[Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.181...classgraph-4.8.184)
---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
dependency-version: 4.8.184
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 4c955429..6358c3d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.2</log4j2.version>
<logcaptor.version>2.12.1</logcaptor.version>
- <classgraph.version>4.8.181</classgraph.version>
+ <classgraph.version>4.8.184</classgraph.version>
<jmh.version>1.37</jmh.version>
<!-- Plugin versions -->