Skip to content

Commit 3b16d5f

Browse files
committed
Updated dependencies
1 parent 47405d3 commit 3b16d5f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

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

3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
<spring.version>5.2.0.RELEASE</spring.version>
40+
<spring.version>5.2.6.RELEASE</spring.version>
4141
<slf4j.version>1.7.25</slf4j.version>
4242
<jsf.version>2.2.20</jsf.version>
43-
<hibernate.version>5.4.6.Final</hibernate.version>
44-
<junit.jupiter.version>5.5.2</junit.jupiter.version>
45-
<hamcrest.version>2.1</hamcrest.version>
43+
<hibernate.version>5.4.16.Final</hibernate.version>
44+
<junit.jupiter.version>5.6.2</junit.jupiter.version>
45+
<hamcrest.version>2.2</hamcrest.version>
4646
<java.version>1.8</java.version>
4747
</properties>
4848

@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.h2database</groupId>
9797
<artifactId>h2</artifactId>
98-
<version>1.4.199</version>
98+
<version>1.4.200</version>
9999
<scope>runtime</scope>
100100
</dependency>
101101
<dependency>
@@ -133,12 +133,12 @@
133133
<dependency>
134134
<groupId>com.cedarsoftware</groupId>
135135
<artifactId>json-io</artifactId>
136-
<version>4.10.1</version>
136+
<version>4.12.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.commons</groupId>
140140
<artifactId>commons-lang3</artifactId>
141-
<version>3.9</version>
141+
<version>3.10</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.12.2</version>
163+
<version>4.0.0</version>
164164
<configuration>
165165
<effort>Max</effort>
166166
<threshold>Low</threshold>
@@ -194,12 +194,12 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-war-plugin</artifactId>
197-
<version>3.2.2</version>
197+
<version>3.2.3</version>
198198
</plugin>
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-site-plugin</artifactId>
202-
<version>3.7.1</version>
202+
<version>3.9.0</version>
203203
</plugin>
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.owasp</groupId>
217217
<artifactId>dependency-check-maven</artifactId>
218-
<version>5.2.2</version>
218+
<version>5.3.2</version>
219219
<configuration>
220220
<skipProvidedScope>true</skipProvidedScope>
221221
<skipRuntimeScope>true</skipRuntimeScope>

0 commit comments

Comments
 (0)