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 620534bb7a QPID-8733: [Broker-J] Bump fasterxml jackson dependencies 
to the version 3.1.2 (#393)
620534bb7a is described below

commit 620534bb7adcaecee8a56fec07f84a5adf7cf1b1
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Thu May 7 15:16:06 2026 +0200

    QPID-8733: [Broker-J] Bump fasterxml jackson dependencies to the version 
3.1.2 (#393)
---
 .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE  | 4 ++--
 .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE  | 4 ++--
 pom.xml                                                               | 4 ++--
 3 files changed, 6 insertions(+), 6 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 d599bf6271..73eb5d7de1 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
@@ -84,10 +84,10 @@ From: 'FasterXML' (http://fasterxml.com/)
   - 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.1.1
+  - Jackson-core (https://github.com/FasterXML/jackson-core) 
tools.jackson.core:jackson-core:jar:3.1.2
     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.1.1
+  - jackson-databind (https://github.com/FasterXML/jackson) 
tools.jackson.core:jackson-databind:jar:3.1.2
     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 30f3858129..16fe246fbb 100644
--- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -59,10 +59,10 @@ From: 'FasterXML' (http://fasterxml.com/)
   - 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.1.1
+  - Jackson-core (https://github.com/FasterXML/jackson-core) 
tools.jackson.core:jackson-core:jar:3.1.2
     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.1.1
+  - jackson-databind (https://github.com/FasterXML/jackson) 
tools.jackson.core:jackson-databind:jar:3.1.2
     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 a2786488cc..9ad76add04 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.1.1</fasterxml-jackson-version>
-    
<fasterxml-jackson-databind-version>3.1.1</fasterxml-jackson-databind-version>
+    <fasterxml-jackson-version>3.1.2</fasterxml-jackson-version>
+    
<fasterxml-jackson-databind-version>3.1.2</fasterxml-jackson-databind-version>
     <slf4j-version>2.0.17</slf4j-version>
     <jetty-version>12.1.7</jetty-version>
 


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

Reply via email to