Bump Jackson to 2.15.1 42/106242/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 08:20:52 +0000 (10:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 08:20:52 +0000 (10:20 +0200)
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.1

Change-Id: If09bd892ebfcb6a0e5aff146e8ced809533e72da
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 d8acd3722a3369f333cd1192df9882308e810fe0..ca4dccf1e19f9cfdb6ae9b0e4e9a243b6be35487 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.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>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.1</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.15.1</bundle>
+        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.15.1</bundle>
+        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.1</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.1</bundle>
+        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.1</bundle>
+        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.1</bundle>
     </feature>
 </features>
index 93cf382fc2db3bc061ce1cf0d692f991ff81ba09..1d529edb401ebe35f6d226d066b3d4fddc2e2229 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
             <type>pom</type>
-            <version>2.14.3</version>
+            <version>2.15.1</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
index 45de5febcb082714f9c0dcbffaf6b8108b2c436b..46e66ebbf3d57fbf0322985b1016cfe385d6ea9a 100644 (file)
       </dependency>
 
       <!-- These three need to be consistent:
-        jackson-2.14.3 needs woodstox-6.4.0+
+        jackson-2.15.1 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.3</version>
+        <version>2.15.1</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>