|
37 | 37 |
|
38 | 38 | <properties>
|
39 | 39 | <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> |
41 | 41 | <slf4j.version>1.7.25</slf4j.version>
|
42 | 42 | <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> |
44 | 44 | <junit.jupiter.version>5.6.2</junit.jupiter.version>
|
45 | 45 | <hamcrest.version>2.2</hamcrest.version>
|
46 | 46 | <java.version>1.8</java.version>
|
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>org.owasp.esapi</groupId>
|
71 | 71 | <artifactId>esapi</artifactId>
|
72 |
| - <version>2.2.0.0</version> |
| 72 | + <version>2.2.1.1</version> |
73 | 73 | <exclusions>
|
74 | 74 | <exclusion>
|
75 | 75 | <groupId>javax.servlet</groupId>
|
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.apache.commons</groupId>
|
140 | 140 | <artifactId>commons-lang3</artifactId>
|
141 |
| - <version>3.10</version> |
| 141 | + <version>3.11</version> |
142 | 142 | </dependency>
|
143 | 143 | <dependency>
|
144 | 144 | <groupId>org.junit.jupiter</groupId>
|
|
160 | 160 | <plugin>
|
161 | 161 | <groupId>com.github.spotbugs</groupId>
|
162 | 162 | <artifactId>spotbugs-maven-plugin</artifactId>
|
163 |
| - <version>4.0.0</version> |
| 163 | + <version>4.0.4</version> |
164 | 164 | <configuration>
|
165 | 165 | <effort>Max</effort>
|
166 | 166 | <threshold>Low</threshold>
|
|
180 | 180 | <plugin>
|
181 | 181 | <groupId>org.apache.maven.plugins</groupId>
|
182 | 182 | <artifactId>maven-compiler-plugin</artifactId>
|
183 |
| - <version>3.8.0</version> |
| 183 | + <version>3.8.1</version> |
184 | 184 | <configuration>
|
185 | 185 | <source>${java.version}</source>
|
186 | 186 | <target>${java.version}</target>
|
|
194 | 194 | <plugin>
|
195 | 195 | <groupId>org.apache.maven.plugins</groupId>
|
196 | 196 | <artifactId>maven-war-plugin</artifactId>
|
197 |
| - <version>3.2.3</version> |
| 197 | + <version>3.3.1</version> |
198 | 198 | </plugin>
|
199 | 199 | <plugin>
|
200 | 200 | <groupId>org.apache.maven.plugins</groupId>
|
201 | 201 | <artifactId>maven-site-plugin</artifactId>
|
202 |
| - <version>3.9.0</version> |
| 202 | + <version>3.9.1</version> |
203 | 203 | </plugin>
|
204 | 204 | <plugin>
|
205 | 205 | <groupId>org.apache.maven.plugins</groupId>
|
206 | 206 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
207 |
| - <version>3.0.0</version> |
| 207 | + <version>3.1.0</version> |
208 | 208 | </plugin>
|
209 | 209 | </plugins>
|
210 | 210 | </pluginManagement>
|
|
0 commit comments