Skip to content

Commit bf493a4

Browse files
authored
Merge pull request #81 from hansjoachim/upgrade-beanutils
Upgrade beanutils
2 parents 811b14d + 9972388 commit bf493a4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<dependency>
219219
<groupId>commons-beanutils</groupId>
220220
<artifactId>commons-beanutils</artifactId>
221-
<version>1.9.2</version>
221+
<version>1.9.3</version>
222222
<exclusions>
223223
<exclusion>
224224
<groupId>commons-logging</groupId>
@@ -333,6 +333,11 @@
333333
<artifactId>maven-invoker-plugin</artifactId>
334334
<version>1.9</version>
335335
</plugin>
336+
<plugin>
337+
<groupId>org.owasp</groupId>
338+
<artifactId>dependency-check-maven</artifactId>
339+
<version>1.4.5</version>
340+
</plugin>
336341
<plugin>
337342
<groupId>org.jvnet.jaxb2.maven2</groupId>
338343
<artifactId>maven-jaxb2-plugin</artifactId>

0 commit comments

Comments
 (0)