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-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new ed05592  Bump jackson.version from 2.19.1 to 2.19.2 (#314)
ed05592 is described below

commit ed05592c552f730b4d1616e324e64c087ad64754
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 22 08:03:28 2025 +0200

    Bump jackson.version from 2.19.1 to 2.19.2 (#314)
    
    Bumps `jackson.version` from 2.19.1 to 2.19.2.
    
    Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.1 to 
2.19.2
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 
2.19.1 to 2.19.2
    - 
[Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.19.1...jackson-modules-base-2.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-version: 2.19.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.19.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: 
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
      dependency-version: 2.19.2
      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>
---
 opennlp-brat-annotator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-brat-annotator/pom.xml b/opennlp-brat-annotator/pom.xml
index 0d7411c..0023cb5 100644
--- a/opennlp-brat-annotator/pom.xml
+++ b/opennlp-brat-annotator/pom.xml
@@ -27,7 +27,7 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <jackson.version>2.19.1</jackson.version>
+               <jackson.version>2.19.2</jackson.version>
                <jersey.version>3.1.9</jersey.version>
        </properties>
 

Reply via email to