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 662936ea OPENNLP-1647: Update classgraph to 4.8.179 (#689)
662936ea is described below
commit 662936eae4ef4e81862503afeb960841545a9b18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 17 13:01:56 2024 +0100
OPENNLP-1647: Update classgraph to 4.8.179 (#689)
Bumps
[io.github.classgraph:classgraph](https://github.com/classgraph/classgraph)
from 4.8.176 to 4.8.179.
- [Release notes](https://github.com/classgraph/classgraph/releases)
-
[Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.176...classgraph-4.8.179)
---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
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 100819f2..b5d3369b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<slf4j.version>2.0.16</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<jmh.version>1.37</jmh.version>
- <classgraph.version>4.8.176</classgraph.version>
+ <classgraph.version>4.8.179</classgraph.version>
<opennlp.models.version>1.1.0</opennlp.models.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>