Skip to content

Commit 8abf6d2

Browse files
committed
Updated dependencies
1 parent 6213b9f commit 8abf6d2

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,10 +37,10 @@
3737

3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<spring.version>5.0.7.RELEASE</spring.version>
40+
<spring.version>5.0.8.RELEASE</spring.version>
4141
<slf4j.version>1.7.25</slf4j.version>
4242
<jsf.version>2.2.17</jsf.version>
43-
<hibernate.version>5.3.2.Final</hibernate.version>
43+
<hibernate.version>5.3.3.Final</hibernate.version>
4444
<junit.jupiter.version>5.2.0</junit.jupiter.version>
4545
<hamcrest.version>1.3</hamcrest.version>
4646
<sonar.language>java</sonar.language>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>com.github.spotbugs</groupId>
164164
<artifactId>spotbugs-maven-plugin</artifactId>
165-
<version>3.1.5</version>
165+
<version>3.1.6</version>
166166
<configuration>
167167
<effort>Max</effort>
168168
<threshold>Low</threshold>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.apache.maven.plugins</groupId>
184184
<artifactId>maven-compiler-plugin</artifactId>
185-
<version>3.7.0</version>
185+
<version>3.8.0</version>
186186
<configuration>
187187
<source>1.8</source>
188188
<target>1.8</target>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.owasp</groupId>
214214
<artifactId>dependency-check-maven</artifactId>
215-
<version>3.2.1</version>
215+
<version>3.3.0</version>
216216
<configuration>
217217
<skipProvidedScope>true</skipProvidedScope>
218218
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)