Skip to content

Commit

Permalink
PP-4627: Upgrade dropwizard from 1.3.5 to 1.3.8
Browse files Browse the repository at this point in the history
Release notes: https://www.dropwizard.io/1.3.8/docs/about/release-notes.html

1.3.6 fixes a DoS issue in Jackson:
      FasterXML/jackson-databind#2141

1.3.7 fixes incorrect reading of somaxconn on Linux:
      dropwizard/dropwizard#2430

1.3.8 upgrades Guava to fix a DoS (CVE-2018-10237)
  • Loading branch information
rhowe-gds committed Jan 15, 2019
1 parent 63c914b commit 2a07f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>pay-connector</artifactId>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard.version>1.3.5</dropwizard.version>
<dropwizard.version>1.3.8</dropwizard.version>
<wiremock.version>2.20.0</wiremock.version>
<eclipselink.version>2.7.3</eclipselink.version>
<guice.version>4.1.0</guice.version>
Expand Down

0 comments on commit 2a07f09

Please sign in to comment.