Skip to content

Commit

Permalink
Bump jackson-databind to 2.13.4.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rovarga committed Nov 25, 2022
1 parent 73f5452 commit 2754281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<feature>odl-ws-rs-api</feature>
<bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.13.4</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.13.4</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.13.4</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.13.4.2</bundle>
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.13.4</bundle>
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.13.4</bundle>
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.13.4</bundle>
Expand Down
2 changes: 1 addition & 1 deletion odlparent-dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<type>pom</type>
<version>2.13.4</version>
<version>2.13.4.20221013</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
Expand Down
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.4</version>
<version>2.13.4.20221013</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 2754281

Please sign in to comment.