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 4af83ca9e OPENNLP-1848: Update Morfologik to 2.2.0 (#1087)
4af83ca9e is described below

commit 4af83ca9e2aa24c507f52ebac97dc3c2c5079d9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 10:13:37 2026 +0200

    OPENNLP-1848: Update Morfologik to 2.2.0 (#1087)
    
    Bumps `morfologik.version` from 2.1.9 to 2.2.0.
    
    Updates `org.carrot2:morfologik-stemming` from 2.1.9 to 2.2.0
    - [Release 
notes](https://github.com/morfologik/morfologik-stemming/releases)
    - 
[Changelog](https://github.com/morfologik/morfologik-stemming/blob/master/CHANGES.txt)
    - 
[Commits](https://github.com/morfologik/morfologik-stemming/compare/2.1.9...2.2.0)
    
    Updates `org.carrot2:morfologik-tools` from 2.1.9 to 2.2.0
    - [Release 
notes](https://github.com/morfologik/morfologik-stemming/releases)
    - 
[Changelog](https://github.com/morfologik/morfologik-stemming/blob/master/CHANGES.txt)
    - 
[Commits](https://github.com/morfologik/morfologik-stemming/compare/2.1.9...2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.carrot2:morfologik-stemming
      dependency-version: 2.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.carrot2:morfologik-tools
      dependency-version: 2.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 opennlp-extensions/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-extensions/pom.xml b/opennlp-extensions/pom.xml
index a4d08ecb0..9b2d9904d 100644
--- a/opennlp-extensions/pom.xml
+++ b/opennlp-extensions/pom.xml
@@ -34,7 +34,7 @@
 
   <properties>
     <uimaj.version>3.6.1</uimaj.version>
-    <morfologik.version>2.1.9</morfologik.version>
+    <morfologik.version>2.2.0</morfologik.version>
   </properties>
 
   <modules>

Reply via email to