Skip to content

Commit

Permalink
fix: modello-plugins/modello-plugin-xdoc/pom.xml to reduce vulnerabil…
Browse files Browse the repository at this point in the history
…ities (#120)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-1567345
  • Loading branch information
snyk-bot committed Aug 21, 2021
1 parent b92db70 commit df6cf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modello-plugins/modello-plugin-xdoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
<version>1.14.2</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down

0 comments on commit df6cf16

Please sign in to comment.