Skip to content

Commit c398a17

Browse files
committed
Updated dependencies
1 parent 5d56a90 commit c398a17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 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.1.6.RELEASE</spring.version>
40+
<spring.version>5.1.7.RELEASE</spring.version>
4141
<slf4j.version>1.7.25</slf4j.version>
42-
<jsf.version>2.2.18</jsf.version>
43-
<hibernate.version>5.4.2.Final</hibernate.version>
42+
<jsf.version>2.2.19</jsf.version>
43+
<hibernate.version>5.4.3.Final</hibernate.version>
4444
<junit.jupiter.version>5.4.1</junit.jupiter.version>
4545
<hamcrest.version>2.1</hamcrest.version>
4646
<sonar.language>java</sonar.language>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.apache.commons</groupId>
140140
<artifactId>commons-lang3</artifactId>
141-
<version>3.8.1</version>
141+
<version>3.9</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.junit.jupiter</groupId>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>com.github.spotbugs</groupId>
162162
<artifactId>spotbugs-maven-plugin</artifactId>
163-
<version>3.1.11</version>
163+
<version>3.1.12</version>
164164
<configuration>
165165
<effort>Max</effort>
166166
<threshold>Low</threshold>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.owasp</groupId>
217217
<artifactId>dependency-check-maven</artifactId>
218-
<version>4.0.2</version>
218+
<version>5.0.0</version>
219219
<configuration>
220220
<skipProvidedScope>true</skipProvidedScope>
221221
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)