This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-10.x by this push:
     new f60024447c TOMEE-4637 -  Bump version.jackson from 2.22.0 to 2.22.1 
(#2829)
f60024447c is described below

commit f60024447c54c28174d0cfa03732565242e185aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:51:34 2026 +0200

    TOMEE-4637 -  Bump version.jackson from 2.22.0 to 2.22.1 (#2829)
    
    Bumps `version.jackson` from 2.22.0 to 2.22.1.
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 
2.22.0 to 2.22.1
    - 
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.22.0...jackson-dataformats-text-2.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.22.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-version: 2.22.1
      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 df82ad39b8..b81c17e7da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     
<version.microprofile.impl.opentelemetry>2.7.0</version.microprofile.impl.opentelemetry>
 
     <!-- Jackson and snakeyaml required by OpenAPI Impl -->
-    <version.jackson>2.22.0</version.jackson>
+    <version.jackson>2.22.1</version.jackson>
     <version.snakeyaml>2.6</version.snakeyaml>
 
     <!-- Jakarta EE API -->

Reply via email to