Skip to content

Commit 2754281

Browse files
committed
Bump jackson-databind to 2.13.4.2
FasterXML/jackson-databind#3590 FasterXML/jackson-databind#3627 Change-Id: If1bf01ca0a05772e140427fe2164dde05be264d7 Signed-off-by: Robert Varga <robert.varga@pantheon.tech> (cherry picked from commit 36012dd)
1 parent 73f5452 commit 2754281

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/odl-jackson-2.13/src/main/history/dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<feature>odl-ws-rs-api</feature>
77
<bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.13.4</bundle>
88
<bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.13.4</bundle>
9-
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.13.4</bundle>
9+
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.13.4.2</bundle>
1010
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.4</bundle>
1111
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.13.4</bundle>
1212
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.13.4</bundle>

odlparent-dependency-check/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<groupId>com.fasterxml.jackson</groupId>
4646
<artifactId>jackson-bom</artifactId>
4747
<type>pom</type>
48-
<version>2.13.4</version>
48+
<version>2.13.4.20221013</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.fasterxml.woodstox</groupId>

odlparent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<dependency>
390390
<groupId>com.fasterxml.jackson</groupId>
391391
<artifactId>jackson-bom</artifactId>
392-
<version>2.13.4</version>
392+
<version>2.13.4.20221013</version>
393393
<scope>import</scope>
394394
<type>pom</type>
395395
</dependency>

0 commit comments

Comments
 (0)