Skip to content

Commit

Permalink
Develop (#17)
Browse files Browse the repository at this point in the history
* Fixes #14 - Clear security vulnerabilities - Jackson databind

* Fixes #16 - Upgrade Jackson to 2.9.10 - fixes security vulnerability

* Fixes #16 - Upgrade Jackson to 2.9.10 - fixes security vulnerability
  • Loading branch information
ddobrin authored Oct 3, 2019
1 parent d910eb2 commit 9541202
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 @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>openapi-bundler</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<description>A bundler utlity for OpenAPI files</description>
<url>https://github.com/networknt/openapi-bundler</url>
<name>OpenAPIBundler</name>
Expand Down Expand Up @@ -69,9 +69,9 @@

<properties>
<java.version>1.8</java.version>
<version.openapi-parser>1.6.7</version.openapi-parser>
<version.openapi-parser>1.6.9</version.openapi-parser>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.jackson>2.9.9.3</version.jackson>
<version.jackson>2.9.10</version.jackson>
<version.slf4j>1.7.25</version.slf4j>
<version.common-lang3>3.8</version.common-lang3>
<version.jcommander>1.72</version.jcommander>
Expand Down

0 comments on commit 9541202

Please sign in to comment.