Skip to content

Commit

Permalink
bump jackson for security
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Nov 6, 2019
1 parent 44cc5cb commit 33cb416
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion object-mapper-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson.databind.version}</version>
</dependency>
</dependencies>

Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.9.10</jackson.version>
<jackson.databind.version>2.9.10.1</jackson.databind.version>
<main.dir>${project.basedir}</main.dir>
</properties>

Expand Down Expand Up @@ -280,9 +281,9 @@
<rules>
<banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies">
<excludeVulnerabilityIds>
<exclude>f4f0c103-c9d9-4308-bd8f-489f2a632680</exclude>
<exclude>07632245-fcef-4eb3-82b6-aadbbfd2b33e</exclude>
<exclude>ea932c13-011a-4c74-a092-48cd1c49adb4</exclude>
<!-- <exclude>f4f0c103-c9d9-4308-bd8f-489f2a632680</exclude>-->
<!-- <exclude>07632245-fcef-4eb3-82b6-aadbbfd2b33e</exclude>-->
<!-- <exclude>ea932c13-011a-4c74-a092-48cd1c49adb4</exclude>-->
</excludeVulnerabilityIds>
</banVulnerable>
</rules>
Expand Down
2 changes: 1 addition & 1 deletion unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson.databind.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 33cb416

Please sign in to comment.