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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new f08bb9f4d4 build(deps): bump jackson.version from 2.21.2 to 2.21.3 
(#2539)
f08bb9f4d4 is described below

commit f08bb9f4d40472b7d1e7c21e12dd77776ad0f351
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 29 12:09:06 2026 +0200

    build(deps): bump jackson.version from 2.21.2 to 2.21.3 (#2539)
    
    Bumps `jackson.version` from 2.21.2 to 2.21.3.
    
    Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.2 to 2.21.3
    - 
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.2...jackson-core-2.21.3)
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.2 to 2.21.3
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 
2.21.2 to 2.21.3
    - 
[Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.21.2...jackson-dataformat-xml-2.21.3)
    
    Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 
2.21.2 to 2.21.3
    - 
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.21.2...jackson-dataformats-text-2.21.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-version: 2.21.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.21.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
      dependency-version: 2.21.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-version: 2.21.3
      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 41fd8bb106..6a2cd18363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <hamcrest.version>3.0</hamcrest.version>
     <httpclient.version>4.5.14</httpclient.version>
     <httpcore.version>4.4.16</httpcore.version>
-    <jackson.version>2.21.2</jackson.version>
+    <jackson.version>2.21.3</jackson.version>
     <jackson.broken.version>2.21</jackson.broken.version>
     <woodstox-core.version>7.1.1</woodstox-core.version>
     <!-- When updating this to the latest version, we're getting errors in the 
opcua server tests -->

Reply via email to