Skip to content

Commit

Permalink
dependency: bumped Jackson dependencies from 2.13.4 to 2.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Sep 27, 2023
1 parent 92fa3ec commit b5e0352
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<httpcomponents-asyncclient.version>4.1.5</httpcomponents-asyncclient.version>
<httpcomponents-client.version>4.5.13</httpcomponents-client.version>
<httpcomponents-core.version>4.4.15</httpcomponents-core.version>
<jackson.version>2.13.4</jackson.version>
<jackson.version>2.15.2</jackson.version>
<javassist.version>3.26.0-GA</javassist.version>
<javax-annotation-api.version>1.2</javax-annotation-api.version>
<javax-batch-api.version>1.0.1</javax-batch-api.version>
Expand Down Expand Up @@ -1933,9 +1933,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<!-- This '.2' is due to the fact that they released some patches for 2.13.4 only for this artifact.
In future releases it is likely to be aligned with all others artifact versions -->
<version>${jackson.version}.2</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down

0 comments on commit b5e0352

Please sign in to comment.