Skip to content

Commit

Permalink
udpated Jackson to version 2.18 (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao authored Oct 22, 2024
1 parent cc67275 commit b98e009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ workflows:
matrix:
parameters:
args:
- '-Dadb.jackson.version=2.18.0'
- '-Dadb.jackson.version=2.17.2'
- '-Dadb.jackson.version=2.16.2'
- '-Dadb.jackson.version=2.15.4'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion test-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<maven.build.cache.enabled>false</maven.build.cache.enabled>
<adb.jackson.version>2.17.2</adb.jackson.version>
<adb.jackson.version>2.18.0</adb.jackson.version>
<sonar.skip>true</sonar.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit b98e009

Please sign in to comment.