Skip to content

Commit

Permalink
Upgraded version of jackson-databind to 2.9.9 to address vulnerabiliy…
Browse files Browse the repository at this point in the history
… discovered in earlier version
  • Loading branch information
243826 committed Jun 5, 2019
1 parent 640273d commit 0fd74ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.celeral</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>${project.organization.name} - ${project.artifactId}</name>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -342,4 +342,4 @@
</snapshotRepository>
</distributionManagement>

</project>
</project>

0 comments on commit 0fd74ce

Please sign in to comment.