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 2b71ba1ba5 QPID-8697: [Broker-J] Bump fasterxml jackson dependencies versions to 2.19.2 (#306) 2b71ba1ba5 is described below commit 2b71ba1ba566b7f8ec463d1440c78678a5ba59f4 Author: Daniil Kirilyuk <daniel.kiril...@gmail.com> AuthorDate: Thu Jul 31 12:07:42 2025 +0200 QPID-8697: [Broker-J] Bump fasterxml jackson dependencies versions to 2.19.2 (#306) --- .../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 d73819c1a1..1d08802dcf 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.19.1 + - Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2 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) com.fasterxml.jackson.core:jackson-core:jar:2.19.1 + - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:jar:2.19.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) com.fasterxml.jackson.core:jackson-databind:jar:2.19.1 + - jackson-databind (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:jar:2.19.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 04cabad492..b61f1ac3bf 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.19.1 + - Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.19.2 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) com.fasterxml.jackson.core:jackson-core:jar:2.19.1 + - Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:jar:2.19.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) com.fasterxml.jackson.core:jackson-databind:jar:2.19.1 + - jackson-databind (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:jar:2.19.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 b5df7335c5..7ce8c8379f 100644 --- a/pom.xml +++ b/pom.xml @@ -107,8 +107,8 @@ <logback-version>1.5.18</logback-version> <logback-db-version>1.2.11.1</logback-db-version> <caffeine-version>3.2.1</caffeine-version> - <fasterxml-jackson-version>2.19.1</fasterxml-jackson-version> - <fasterxml-jackson-databind-version>2.19.1</fasterxml-jackson-databind-version> + <fasterxml-jackson-version>2.19.2</fasterxml-jackson-version> + <fasterxml-jackson-databind-version>2.19.2</fasterxml-jackson-databind-version> <slf4j-version>2.0.17</slf4j-version> <jetty-version>12.0.22</jetty-version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org