Skip to content

Commit 47f29a9

Browse files
committed
Updated dependencies
1 parent d0d552c commit 47f29a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 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.2.6.RELEASE</spring.version>
40+
<spring.version>5.2.8.RELEASE</spring.version>
4141
<slf4j.version>1.7.25</slf4j.version>
4242
<jsf.version>2.2.20</jsf.version>
43-
<hibernate.version>5.4.16.Final</hibernate.version>
43+
<hibernate.version>5.4.20.Final</hibernate.version>
4444
<junit.jupiter.version>5.6.2</junit.jupiter.version>
4545
<hamcrest.version>2.2</hamcrest.version>
4646
<java.version>1.8</java.version>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.owasp.esapi</groupId>
7171
<artifactId>esapi</artifactId>
72-
<version>2.2.0.0</version>
72+
<version>2.2.1.1</version>
7373
<exclusions>
7474
<exclusion>
7575
<groupId>javax.servlet</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>org.apache.commons</groupId>
140140
<artifactId>commons-lang3</artifactId>
141-
<version>3.10</version>
141+
<version>3.11</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>4.0.0</version>
163+
<version>4.0.4</version>
164164
<configuration>
165165
<effort>Max</effort>
166166
<threshold>Low</threshold>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-compiler-plugin</artifactId>
183-
<version>3.8.0</version>
183+
<version>3.8.1</version>
184184
<configuration>
185185
<source>${java.version}</source>
186186
<target>${java.version}</target>
@@ -194,17 +194,17 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-war-plugin</artifactId>
197-
<version>3.2.3</version>
197+
<version>3.3.1</version>
198198
</plugin>
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-site-plugin</artifactId>
202-
<version>3.9.0</version>
202+
<version>3.9.1</version>
203203
</plugin>
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-project-info-reports-plugin</artifactId>
207-
<version>3.0.0</version>
207+
<version>3.1.0</version>
208208
</plugin>
209209
</plugins>
210210
</pluginManagement>

0 commit comments

Comments
 (0)