Thanks to visit codestin.com Credit goes to github.com
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 5bba103 commit e163764Copy full SHA for e163764
pom.xml
@@ -28,7 +28,7 @@
28
29
<properties>
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31
- <spring.version>4.3.9.RELEASE</spring.version>
+ <spring.version>4.3.10.RELEASE</spring.version>
32
<slf4j.version>1.7.25</slf4j.version>
33
<jsf.version>2.2.14</jsf.version>
34
<hibernate.version>5.2.10.Final</hibernate.version>
@@ -203,7 +203,7 @@
203
<plugin>
204
<groupId>org.owasp</groupId>
205
<artifactId>dependency-check-maven</artifactId>
206
- <version>2.0.0</version>
+ <version>2.1.0</version>
207
<configuration>
208
<skipProvidedScope>true</skipProvidedScope>
209
<skipRuntimeScope>true</skipRuntimeScope>
0 commit comments