Skip to content

Commit

Permalink
Merge pull request #264 from dheid/open-dev-v1
Browse files Browse the repository at this point in the history
Upgrades to jsoup 1.9.1 to no longer be warned about CVE-2015-6748
  • Loading branch information
danfickle authored Aug 18, 2018
2 parents 8d0bea7 + 3dfeb8c commit aacff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhtmltopdf-jsoup-dom-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.8.3</version>
<version>1.9.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit aacff41

Please sign in to comment.