Bump jackson to 2.14.3 46/105946/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 May 2023 10:57:41 +0000 (12:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 15 May 2023 11:06:49 +0000 (13:06 +0200)
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.14.3

Change-Id: Ib8e251747b0487aba57eac0b91782e54aca188ca
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 07139ad8b4cee38c3e20aaf8d2e04a637c88d722..d8acd3722a3369f333cd1192df9882308e810fe0 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.14.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.14.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.14.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.14.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.14.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.14.2</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.14.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.14.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.14.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.14.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.14.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.14.3</bundle>
+        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.14.3</bundle>
     </feature>
 </features>
index 0ab4dcbade228bf3188fb8454b653d95aae654ee..ab2b3fcdf12929c7537f24ec7fddcbfad39b73a4 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
             <type>pom</type>
-            <version>2.14.2</version>
+            <version>2.14.3</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
index f85910335727cbdaeac5eda6a9cef8aa50fe784f..d4fcccdc4f7d9f7e362a4d0e0ed02157b477ad03 100644 (file)
       </dependency>
 
       <!-- These three need to be consistent:
-        jackson-2.14.2 needs woodstox-6.4.0+
+        jackson-2.14.3 needs woodstox-6.4.0+
         woodstox-5.3+ needs stax2-api-4.2.x
         -->
       <dependency>
       <dependency>
         <groupId>com.fasterxml.jackson</groupId>
         <artifactId>jackson-bom</artifactId>
-        <version>2.14.2</version>
+        <version>2.14.3</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>