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 87c42f7f25 QPID-8733: [Broker-J] Bump fasterxml jackson dependencies
to the version 3.0.4 (#370)
87c42f7f25 is described below
commit 87c42f7f2533e52bbedc0583926f4e7eb5998c2d
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Thu Feb 19 09:26:25 2026 +0100
QPID-8733: [Broker-J] Bump fasterxml jackson dependencies to the version
3.0.4 (#370)
---
.../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 aa259f90e8..43f5b24cca 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.20
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.3
+ - Jackson-core (https://github.com/FasterXML/jackson-core)
tools.jackson.core:jackson-core:jar:3.0.4
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.3
+ - jackson-databind (https://github.com/FasterXML/jackson)
tools.jackson.core:jackson-databind:jar:3.0.4
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 5fcca32529..e6a9cf6bcc 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.20
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.3
+ - Jackson-core (https://github.com/FasterXML/jackson-core)
tools.jackson.core:jackson-core:jar:3.0.4
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.3
+ - jackson-databind (https://github.com/FasterXML/jackson)
tools.jackson.core:jackson-databind:jar:3.0.4
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 9ecbf962e0..d23ff8f18d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,8 +107,8 @@
<logback-version>1.5.26</logback-version>
<logback-db-version>1.2.11.1</logback-db-version>
<caffeine-version>3.2.3</caffeine-version>
- <fasterxml-jackson-version>3.0.3</fasterxml-jackson-version>
-
<fasterxml-jackson-databind-version>3.0.3</fasterxml-jackson-databind-version>
+ <fasterxml-jackson-version>3.0.4</fasterxml-jackson-version>
+
<fasterxml-jackson-databind-version>3.0.4</fasterxml-jackson-databind-version>
<slf4j-version>2.0.17</slf4j-version>
<jetty-version>12.1.5</jetty-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]