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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 86986f0f9e QPID-8733: [Broker-J] Bump fasterxml jackson dependencies 
to the version 3.1.1 (#385)
86986f0f9e is described below

commit 86986f0f9e31f206e0bba13adb59351d1cbce13f
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Apr 1 08:58:35 2026 +0200

    QPID-8733: [Broker-J] Bump fasterxml jackson dependencies to the version 
3.1.1 (#385)
---
 .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE    | 6 +++---
 .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE    | 6 +++---
 pom.xml                                                             | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 594e676685..9d5d83cad2 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -81,13 +81,13 @@ From: 'Eclipse Foundation' (https://www.eclipse.org)
 
 From: 'FasterXML' (http://fasterxml.com/)
 
-  - Jackson-annotations (https://github.com/FasterXML/jackson) 
com.fasterxml.jackson.core:jackson-annotations:jar:2.20
+  - Jackson-annotations (https://github.com/FasterXML/jackson) 
com.fasterxml.jackson.core:jackson-annotations:jar:2.21
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - Jackson-core (https://github.com/FasterXML/jackson-core) 
tools.jackson.core:jackson-core:jar:3.0.4
+  - Jackson-core (https://github.com/FasterXML/jackson-core) 
tools.jackson.core:jackson-core:jar:3.1.1
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - jackson-databind (https://github.com/FasterXML/jackson) 
tools.jackson.core:jackson-databind:jar:3.0.4
+  - jackson-databind (https://github.com/FasterXML/jackson) 
tools.jackson.core:jackson-databind:jar:3.1.1
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
 
diff --git 
a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE 
b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 3bd43ac46b..30f3858129 100644
--- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -56,13 +56,13 @@ From: 'Apache Software Foundation' (http://www.apache.org)
 
 From: 'FasterXML' (http://fasterxml.com/)
 
-  - Jackson-annotations (https://github.com/FasterXML/jackson) 
com.fasterxml.jackson.core:jackson-annotations:jar:2.20
+  - Jackson-annotations (https://github.com/FasterXML/jackson) 
com.fasterxml.jackson.core:jackson-annotations:jar:2.21
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - Jackson-core (https://github.com/FasterXML/jackson-core) 
tools.jackson.core:jackson-core:jar:3.0.4
+  - Jackson-core (https://github.com/FasterXML/jackson-core) 
tools.jackson.core:jackson-core:jar:3.1.1
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - jackson-databind (https://github.com/FasterXML/jackson) 
tools.jackson.core:jackson-databind:jar:3.0.4
+  - jackson-databind (https://github.com/FasterXML/jackson) 
tools.jackson.core:jackson-databind:jar:3.1.1
     License: The Apache Software License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
 
diff --git a/pom.xml b/pom.xml
index 1dd7a0c3dd..9d3f89d304 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,8 +108,8 @@
     <logback-version>1.5.32</logback-version>
     <logback-db-version>1.2.11.1</logback-db-version>
     <caffeine-version>3.2.3</caffeine-version>
-    <fasterxml-jackson-version>3.0.4</fasterxml-jackson-version>
-    
<fasterxml-jackson-databind-version>3.0.4</fasterxml-jackson-databind-version>
+    <fasterxml-jackson-version>3.1.1</fasterxml-jackson-version>
+    
<fasterxml-jackson-databind-version>3.1.1</fasterxml-jackson-databind-version>
     <slf4j-version>2.0.17</slf4j-version>
     <jetty-version>12.1.6</jetty-version>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to