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 16b9b1e commit 8f734c1Copy full SHA for 8f734c1
pom.xml
@@ -28,11 +28,10 @@
28
29
<properties>
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31
- <spring.version>4.3.5.RELEASE</spring.version>
32
- <slf4j.version>1.7.22</slf4j.version>
+ <spring.version>4.3.6.RELEASE</spring.version>
+ <slf4j.version>1.7.23</slf4j.version>
33
<jsf.version>2.2.14</jsf.version>
34
- <hibernate.version>5.2.5.Final</hibernate.version>
35
- <sonar.language>java</sonar.language>
+ <hibernate.version>5.2.8.Final</hibernate.version>
36
</properties>
37
38
<prerequisites>
@@ -178,7 +177,7 @@
178
177
<plugin>
179
<groupId>org.owasp</groupId>
180
<artifactId>dependency-check-maven</artifactId>
181
- <version>1.4.4.1</version>
+ <version>1.4.5</version>
182
<reportSets>
183
<reportSet>
184
<reports>
0 commit comments