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 12a24aa7 OPENNLP-1764: Update classgraph to 4.8.181 (#824)
12a24aa7 is described below

commit 12a24aa7074aaeaf2409ca497d3c73f90e5b2e58
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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit fa7b8af2a68c257a5dc200982608527f64d324d9)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 424d64c6..5edfdd89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,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 -->

Reply via email to