|
37 | 37 |
|
38 | 38 | <properties>
|
39 | 39 | <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> |
41 | 41 | <slf4j.version>1.7.25</slf4j.version>
|
42 | 42 | <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> |
46 | 46 | <java.version>1.8</java.version>
|
47 | 47 | </properties>
|
48 | 48 |
|
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>com.h2database</groupId>
|
97 | 97 | <artifactId>h2</artifactId>
|
98 |
| - <version>1.4.199</version> |
| 98 | + <version>1.4.200</version> |
99 | 99 | <scope>runtime</scope>
|
100 | 100 | </dependency>
|
101 | 101 | <dependency>
|
|
133 | 133 | <dependency>
|
134 | 134 | <groupId>com.cedarsoftware</groupId>
|
135 | 135 | <artifactId>json-io</artifactId>
|
136 |
| - <version>4.10.1</version> |
| 136 | + <version>4.12.0</version> |
137 | 137 | </dependency>
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.apache.commons</groupId>
|
140 | 140 | <artifactId>commons-lang3</artifactId>
|
141 |
| - <version>3.9</version> |
| 141 | + <version>3.10</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>3.1.12.2</version> |
| 163 | + <version>4.0.0</version> |
164 | 164 | <configuration>
|
165 | 165 | <effort>Max</effort>
|
166 | 166 | <threshold>Low</threshold>
|
|
194 | 194 | <plugin>
|
195 | 195 | <groupId>org.apache.maven.plugins</groupId>
|
196 | 196 | <artifactId>maven-war-plugin</artifactId>
|
197 |
| - <version>3.2.2</version> |
| 197 | + <version>3.2.3</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.7.1</version> |
| 202 | + <version>3.9.0</version> |
203 | 203 | </plugin>
|
204 | 204 | <plugin>
|
205 | 205 | <groupId>org.apache.maven.plugins</groupId>
|
|
215 | 215 | <plugin>
|
216 | 216 | <groupId>org.owasp</groupId>
|
217 | 217 | <artifactId>dependency-check-maven</artifactId>
|
218 |
| - <version>5.2.2</version> |
| 218 | + <version>5.3.2</version> |
219 | 219 | <configuration>
|
220 | 220 | <skipProvidedScope>true</skipProvidedScope>
|
221 | 221 | <skipRuntimeScope>true</skipRuntimeScope>
|
|
0 commit comments