Skip to content

Commit

Permalink
Merge pull request eclipse#3880 from Coduz/chng-bumpJacksonTo2.15.2
Browse files Browse the repository at this point in the history
dependency: bumped Jackson dependencies from 2.13.4 to 2.15.2
  • Loading branch information
Coduz authored Sep 27, 2023
2 parents 6f11b46 + f90cffb commit b42f840
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 @@ -87,7 +87,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 @@ -2129,9 +2129,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 b42f840

Please sign in to comment.