Skip to content

Commit df6cf16

Browse files
authored
fix: modello-plugins/modello-plugin-xdoc/pom.xml to reduce vulnerabilities (#120)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-1567345
1 parent b92db70 commit df6cf16

File tree

1 file changed

+1
-1
lines changed
  • modello-plugins/modello-plugin-xdoc

1 file changed

+1
-1
lines changed

modello-plugins/modello-plugin-xdoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.jsoup</groupId>
3232
<artifactId>jsoup</artifactId>
33-
<version>1.13.1</version>
33+
<version>1.14.2</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.xmlunit</groupId>

0 commit comments

Comments
 (0)