Skip to content

Commit 86986f0

Browse files
authored
QPID-8733: [Broker-J] Bump fasterxml jackson dependencies to the version 3.1.1 (#385)
1 parent ffe64bf commit 86986f0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ From: 'Eclipse Foundation' (https://www.eclipse.org)
8181

8282
From: 'FasterXML' (http://fasterxml.com/)
8383

84-
- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.20
84+
- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.21
8585
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
8686

87-
- Jackson-core (https://github.com/FasterXML/jackson-core) tools.jackson.core:jackson-core:jar:3.0.4
87+
- Jackson-core (https://github.com/FasterXML/jackson-core) tools.jackson.core:jackson-core:jar:3.1.1
8888
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
8989

90-
- jackson-databind (https://github.com/FasterXML/jackson) tools.jackson.core:jackson-databind:jar:3.0.4
90+
- jackson-databind (https://github.com/FasterXML/jackson) tools.jackson.core:jackson-databind:jar:3.1.1
9191
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
9292

9393

perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ From: 'Apache Software Foundation' (http://www.apache.org)
5656

5757
From: 'FasterXML' (http://fasterxml.com/)
5858

59-
- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.20
59+
- Jackson-annotations (https://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:jar:2.21
6060
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
6161

62-
- Jackson-core (https://github.com/FasterXML/jackson-core) tools.jackson.core:jackson-core:jar:3.0.4
62+
- Jackson-core (https://github.com/FasterXML/jackson-core) tools.jackson.core:jackson-core:jar:3.1.1
6363
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
6464

65-
- jackson-databind (https://github.com/FasterXML/jackson) tools.jackson.core:jackson-databind:jar:3.0.4
65+
- jackson-databind (https://github.com/FasterXML/jackson) tools.jackson.core:jackson-databind:jar:3.1.1
6666
License: The Apache Software License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
6767

6868

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
<logback-version>1.5.32</logback-version>
109109
<logback-db-version>1.2.11.1</logback-db-version>
110110
<caffeine-version>3.2.3</caffeine-version>
111-
<fasterxml-jackson-version>3.0.4</fasterxml-jackson-version>
112-
<fasterxml-jackson-databind-version>3.0.4</fasterxml-jackson-databind-version>
111+
<fasterxml-jackson-version>3.1.1</fasterxml-jackson-version>
112+
<fasterxml-jackson-databind-version>3.1.1</fasterxml-jackson-databind-version>
113113
<slf4j-version>2.0.17</slf4j-version>
114114
<jetty-version>12.1.6</jetty-version>
115115

0 commit comments

Comments
 (0)