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 efda02b3 OPENNLP-1605 - classgraph 4.8.175
efda02b3 is described below
commit efda02b3b92c5577efdd12831f5f49552a9941d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 08:12:47 2024 +0200
OPENNLP-1605 - classgraph 4.8.175
Bumps
[io.github.classgraph:classgraph](https://github.com/classgraph/classgraph)
from 4.8.174 to 4.8.175.
- [Release notes](https://github.com/classgraph/classgraph/releases)
-
[Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.174...classgraph-4.8.175)
---
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 41164122..ed396df5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,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.174</classgraph.version>
+ <classgraph.version>4.8.175</classgraph.version>
<opennlp.models.version>1.0.1</opennlp.models.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>