Bump jackson to 2.15.3 78/108478/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Oct 2023 12:26:34 +0000 (14:26 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Oct 2023 12:26:34 +0000 (14:26 +0200)
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.3

Change-Id: I37788b023fb7fd08ba44b726139695562c5c94e8
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 6c723adc3b03a4f18a36d0d2e6e49402cdd11880..862d42a047fc89ed72211a782719d93cf86aedde 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.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.15.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.15.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.2</bundle>
-        <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.2</bundle>
+        <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>
     </feature>
 </features>
index e0d2f44b7a6b924f144e7776bb6442d2008f481b..bb7c24c3a3e6655d66e15067e8644f46fa54d6fa 100644 (file)
@@ -45,7 +45,7 @@
             <groupId>com.fasterxml.jackson</groupId>
             <artifactId>jackson-bom</artifactId>
             <type>pom</type>
-            <version>2.15.2</version>
+            <version>2.15.3</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.woodstox</groupId>
index 0e9e98324caf1ba4774c355fcd105690fd052c98..c9d3c9ca6380ea6bc198495139ec9f5f04af42a0 100644 (file)
       </dependency>
 
       <!-- These three need to be consistent:
-        jackson-2.15.2 needs woodstox-6.4.0+
+        jackson-2.15.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.15.2</version>
+        <version>2.15.3</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>