Bump Jackson to 2.15.4 85/110285/4
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Feb 2024 07:32:22 +0000 (08:32 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Feb 2024 08:13:19 +0000 (09:13 +0100)
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.4

Change-Id: I323cd1c14395fb560e6eab03b5d5bcecaf3178cc
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 862d42a047fc89ed72211a782719d93cf86aedde..c4d429feae064f27277a0b67b106da8c73296308 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.3</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.15.3</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3</bundle>
-        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.3</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.3</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.3</bundle>
-        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.3</bundle>
+        <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>
     </feature>
 </features>
index 11fb6c9c634629c36d1093fb4e916cdd95913eb7..fd2ac84de6a2f0acfe1481efa4af2c0d9b3bfd2a 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
             <type>pom</type>
-            <version>2.15.3</version>
+            <version>2.15.4</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
index 28eb06ed02f64fb545b5e72709b5b39086075bf1..fde1051965195d0c4ec134b20fac663cfb848a9d 100644 (file)
       </dependency>
 
       <!-- These three need to be consistent:
-        jackson-2.15.3 needs woodstox-6.4.0+
+        jackson-2.15.4 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.15.3</version>
+        <version>2.15.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>