This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new 6bd39328 [2.x]: OPENNLP-1778: Update classgraph to 4.8.184 (#877)
6bd39328 is described below
commit 6bd39328311ffc4188ed984d9a00657f94a2b55e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 20:35:58 2025 +0200
[2.x]: OPENNLP-1778: Update classgraph to 4.8.184 (#877)
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 e01bd265..083526c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,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 -->