Bump Jackson to 2.16.2 03/110903/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Mar 2024 08:41:19 +0000 (09:41 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Mar 2024 08:41:50 +0000 (09:41 +0100)
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.16
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.16.1
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.16.2

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

index c4d429feae064f27277a0b67b106da8c73296308..cee120326631e17477ecfb1e570ce41cdb0699c3 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.15.4</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.15.4</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.15.4</bundle>
-        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.4</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.4</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.4</bundle>
-        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.4</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.16.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.16.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.16.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.16.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.16.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.16.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.16.2</bundle>
     </feature>
 </features>
index 168dedee3a5eb73e55a3a5b697ca7afa263d38a7..bc578bc74f030c482dc8b8f51458c0a378510c7b 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
             <type>pom</type>
-            <version>2.15.4</version>
+            <version>2.16.2</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
index 3d9323847fd0f6029c372164be464c73b63cb548..a2bb7795baa4dd5b3cb8152dac7f2ee8fe67c16d 100644 (file)
       </dependency>
 
       <!-- These three need to be consistent:
-        jackson-2.15.4 needs woodstox-6.4.0+
+        jackson-2.16.2 needs woodstox-6.6.0+
         woodstox-5.3+ needs stax2-api-4.2.x
         -->
       <dependency>
       <dependency>
         <groupId>com.fasterxml.jackson</groupId>
         <artifactId>jackson-bom</artifactId>
-        <version>2.15.4</version>
+        <version>2.16.2</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>