Skip to content

Commit 1825b86

Browse files
committed
Updated dependencies
1 parent 07383da commit 1825b86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737

3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<spring.version>5.1.0.RELEASE</spring.version>
40+
<spring.version>5.1.3.RELEASE</spring.version>
4141
<slf4j.version>1.7.25</slf4j.version>
4242
<jsf.version>2.2.18</jsf.version>
43-
<hibernate.version>5.3.6.Final</hibernate.version>
44-
<junit.jupiter.version>5.3.1</junit.jupiter.version>
43+
<hibernate.version>5.3.7.Final</hibernate.version>
44+
<junit.jupiter.version>5.3.2</junit.jupiter.version>
4545
<hamcrest.version>1.3</hamcrest.version>
4646
<sonar.language>java</sonar.language>
4747
</properties>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>com.github.spotbugs</groupId>
164164
<artifactId>spotbugs-maven-plugin</artifactId>
165-
<version>3.1.6</version>
165+
<version>3.1.8</version>
166166
<configuration>
167167
<effort>Max</effort>
168168
<threshold>Low</threshold>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.owasp</groupId>
214214
<artifactId>dependency-check-maven</artifactId>
215-
<version>3.3.2</version>
215+
<version>4.0.0</version>
216216
<configuration>
217217
<skipProvidedScope>true</skipProvidedScope>
218218
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)