We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18e358 commit 5a83b16Copy full SHA for 5a83b16
pom.xml
@@ -148,7 +148,7 @@
148
<plugin>
149
<groupId>org.apache.maven.plugins</groupId>
150
<artifactId>maven-compiler-plugin</artifactId>
151
- <version>3.5.1</version>
+ <version>3.6.0</version>
152
<configuration>
153
<source>1.8</source>
154
<target>1.8</target>
@@ -178,7 +178,7 @@
178
179
<groupId>org.owasp</groupId>
180
<artifactId>dependency-check-maven</artifactId>
181
- <version>1.4.3</version>
+ <version>1.4.4</version>
182
<reportSets>
183
<reportSet>
184
<reports>
0 commit comments