Skip to content

Commit

Permalink
fix: update jackson.version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Nov 16, 2022
1 parent 5889ff3 commit 7793bfd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-confluence-parent</artifactId>
<groupId>org.bsc.maven</groupId>
<version>7.7</version>
<version>7.7.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -37,7 +37,8 @@
</licenses>

<properties>
<jackson.version>2.12.7.1</jackson.version>
<jackson.version_1>2.12.7</jackson.version_1>
<jackson.version>2.14.0</jackson.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -92,6 +93,12 @@
<version>${jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>

<!-- TEST -->

<dependency>
Expand Down

0 comments on commit 7793bfd

Please sign in to comment.