Skip to content

Commit 56c1d8d

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSFILEUPLOAD-10363252
1 parent 4dd1949 commit 56c1d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</license>
3434
</licenses>
3535
<properties>
36-
<wicket.version>8.0.0</wicket.version>
36+
<wicket.version>10.0.0</wicket.version>
3737
<jetty9.version>9.2.24.v20180105</jetty9.version>
3838
<log4j.version>2.6.2</log4j.version>
3939
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)