Bump Jackson to 2.13.3 60/101460/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jun 2022 09:32:40 +0000 (11:32 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jun 2022 09:32:40 +0000 (11:32 +0200)
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13.3

Change-Id: I0e00cc743afd1cd3cc4eeac4c34d987c1aedddb1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-jackson-2.13/src/main/history/dependencies.xml
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index e6544bb79dce98c4d94788a3f92b99ac7d8a9f57..48aae485dbec4183060f548e66d493c651f9bdf4 100644 (file)
@@ -4,12 +4,12 @@
         <feature>odl-jakarta-activation-api</feature>
         <feature>odl-woodstox</feature>
         <feature>odl-ws-rs-api</feature>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.13.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.13.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.13.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.13.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.13.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.13.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.13.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.13.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.13.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.13.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.13.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.13.3</bundle>
     </feature>
 </features>
index 1a61e0954cba77b37997c7c73d994f660bd14f13..e3a0311ccbdb93b1d4ab09b7af28dec8742539e2 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
             <type>pom</type>
-            <version>2.13.2</version>
+            <version>2.13.3</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
index 7ff239f6858e7b7c8e20e5df50fe01574ca5f813..147c0ccbc57d5527b684dd64e4a304f5b2b395eb 100644 (file)
       </dependency>
 
       <!-- These three need to be consistent:
-        jackson-2.13.2 needs woodstox-6.2.4+
+        jackson-2.13.3 needs woodstox-6.2.4+
         woodstox-5.3+ needs stax2-api-4.2.x
         -->
       <dependency>
       <dependency>
         <groupId>com.fasterxml.jackson</groupId>
         <artifactId>jackson-bom</artifactId>
-        <version>2.13.2</version>
+        <version>2.13.3</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>