|
152 | 152 | <dependency>
|
153 | 153 | <groupId>ognl</groupId>
|
154 | 154 | <artifactId>ognl</artifactId>
|
155 |
| - <version>3.1.16</version> |
| 155 | + <version>3.1.16</version> <!-- Keep to use 3.1.x because 3.2.2+ occurred a RuntimeException on OgnlContext --> |
156 | 156 | <scope>compile</scope>
|
157 | 157 | <optional>true</optional>
|
158 | 158 | </dependency>
|
|
181 | 181 | <version>1.2.17</version>
|
182 | 182 | <optional>true</optional>
|
183 | 183 | </dependency>
|
184 |
| - <!-- Don't upgrade to 2.4+ until mybatis switches to java 7 --> |
185 | 184 | <dependency>
|
186 | 185 | <groupId>org.apache.logging.log4j</groupId>
|
187 | 186 | <artifactId>log4j-core</artifactId>
|
188 |
| - <version>2.3</version> |
| 187 | + <version>2.5</version> <!-- 2.6+ occurred a compile error on Log4j2AbstractLoggerImpl (This compile error will resolve on other issue) --> |
189 | 188 | <optional>true</optional>
|
190 | 189 | </dependency>
|
191 | 190 | <dependency>
|
|
197 | 196 | <dependency>
|
198 | 197 | <groupId>cglib</groupId>
|
199 | 198 | <artifactId>cglib</artifactId>
|
200 |
| - <version>3.2.5</version> |
| 199 | + <version>3.2.6</version> |
201 | 200 | <optional>true</optional>
|
202 | 201 | </dependency>
|
203 | 202 |
|
204 | 203 | <!-- Test dependencies -->
|
205 | 204 | <dependency>
|
206 | 205 | <groupId>org.junit.vintage</groupId>
|
207 | 206 | <artifactId>junit-vintage-engine</artifactId>
|
208 |
| - <version>4.12.2</version> |
| 207 | + <version>5.1.0</version> |
209 | 208 | <scope>test</scope>
|
210 | 209 | </dependency>
|
211 | 210 | <dependency>
|
212 | 211 | <groupId>org.hsqldb</groupId>
|
213 | 212 | <artifactId>hsqldb</artifactId>
|
214 |
| - <version>2.3.5</version> <!-- Version 2.4.0 required jdk8 --> |
| 213 | + <version>2.4.0</version> |
215 | 214 | <scope>test</scope>
|
216 | 215 | </dependency>
|
217 | 216 | <dependency>
|
218 | 217 | <groupId>org.apache.derby</groupId>
|
219 | 218 | <artifactId>derby</artifactId>
|
220 |
| - <version>10.12.1.1</version> |
| 219 | + <version>10.14.1.0</version> |
221 | 220 | <scope>test</scope>
|
222 | 221 | </dependency>
|
223 | 222 | <dependency>
|
224 | 223 | <groupId>org.mockito</groupId>
|
225 | 224 | <artifactId>mockito-core</artifactId>
|
226 |
| - <version>2.12.0</version> |
| 225 | + <version>2.16.0</version> |
227 | 226 | <scope>test</scope>
|
228 | 227 | </dependency>
|
229 |
| - <!-- Do not go to 2.x until we are on jdk7 --> |
230 | 228 | <dependency>
|
231 |
| - <groupId>commons-dbcp</groupId> |
232 |
| - <artifactId>commons-dbcp</artifactId> |
233 |
| - <version>1.4</version> |
| 229 | + <groupId>org.apache.commons</groupId> |
| 230 | + <artifactId>commons-dbcp2</artifactId> |
| 231 | + <version>2.2.0</version> |
234 | 232 | <scope>test</scope>
|
235 | 233 | </dependency>
|
236 | 234 | <dependency>
|
237 | 235 | <groupId>org.jboss.spec.javax.transaction</groupId>
|
238 | 236 | <artifactId>jboss-transaction-api_1.2_spec</artifactId>
|
239 |
| - <version>1.0.1.Final</version> |
| 237 | + <version>1.1.1.Final</version> |
240 | 238 | <scope>test</scope>
|
241 | 239 | </dependency>
|
242 | 240 | <dependency>
|
|
249 | 247 | <dependency>
|
250 | 248 | <groupId>org.postgresql</groupId>
|
251 | 249 | <artifactId>postgresql</artifactId>
|
252 |
| - <version>42.1.4.jre6</version> |
| 250 | + <version>42.2.1</version> |
253 | 251 | <scope>test</scope>
|
254 | 252 | </dependency>
|
255 | 253 | <dependency>
|
256 | 254 | <groupId>org.assertj</groupId>
|
257 | 255 | <artifactId>assertj-core</artifactId>
|
258 |
| - <version>1.7.1</version> <!-- Stay on 1.7.1 to support Java 6 --> |
| 256 | + <version>3.9.1</version> |
259 | 257 | <scope>test</scope>
|
260 | 258 | </dependency>
|
261 | 259 | <dependency>
|
262 | 260 | <groupId>eu.codearte.catch-exception</groupId>
|
263 | 261 | <artifactId>catch-exception</artifactId>
|
264 |
| - <version>1.4.4</version> |
| 262 | + <version>1.4.6</version> |
265 | 263 | <scope>test</scope>
|
266 | 264 | </dependency>
|
267 | 265 | <dependency>
|
268 | 266 | <groupId>ru.yandex.qatools.embed</groupId>
|
269 | 267 | <artifactId>postgresql-embedded</artifactId>
|
270 |
| - <version>2.5</version> |
| 268 | + <version>2.8</version> |
271 | 269 | <scope>test</scope>
|
272 | 270 | </dependency>
|
273 | 271 | </dependencies>
|
|
0 commit comments