|
107 | 107 |
|
108 | 108 | <mybatis.version>3.5.1</mybatis.version>
|
109 | 109 | <spring.version>5.1.6.RELEASE</spring.version>
|
110 |
| - <spring-batch.version>4.1.1.RELEASE</spring-batch.version> |
| 110 | + <spring-batch.version>4.1.2.RELEASE</spring-batch.version> |
111 | 111 | <module.name>org.mybatis.spring</module.name>
|
112 | 112 |
|
113 |
| - <junit.version>5.4.1</junit.version> |
| 113 | + <junit.version>5.4.2</junit.version> |
114 | 114 | </properties>
|
115 | 115 |
|
116 | 116 | <dependencies>
|
|
168 | 168 | <dependency>
|
169 | 169 | <groupId>org.jboss.byteman</groupId>
|
170 | 170 | <artifactId>byteman-bmunit</artifactId>
|
171 |
| - <version>4.0.5</version> |
| 171 | + <version>4.0.6</version> |
172 | 172 | <scope>test</scope>
|
173 | 173 | </dependency>
|
174 | 174 |
|
|
223 | 223 | <dependency>
|
224 | 224 | <groupId>org.mockito</groupId>
|
225 | 225 | <artifactId>mockito-core</artifactId>
|
226 |
| - <version>2.23.4</version> |
| 226 | + <version>2.27.0</version> |
227 | 227 | <scope>test</scope>
|
228 | 228 | </dependency>
|
229 | 229 |
|
230 | 230 | <dependency>
|
231 | 231 | <groupId>org.assertj</groupId>
|
232 | 232 | <artifactId>assertj-core</artifactId>
|
233 |
| - <version>3.11.1</version> |
| 233 | + <version>3.12.2</version> |
234 | 234 | <scope>test</scope>
|
235 | 235 | </dependency>
|
236 | 236 |
|
|
292 | 292 | </dependency>
|
293 | 293 |
|
294 | 294 | <dependency>
|
295 |
| - <groupId>javax.transaction</groupId> |
296 |
| - <artifactId>javax.transaction-api</artifactId> |
297 |
| - <version>1.3</version> |
| 295 | + <groupId>jakarta.transaction</groupId> |
| 296 | + <artifactId>jakarta.transaction-api</artifactId> |
| 297 | + <version>1.3.2</version> |
298 | 298 | <scope>test</scope>
|
299 | 299 | </dependency>
|
300 | 300 | <dependency>
|
301 |
| - <groupId>javax.servlet</groupId> |
302 |
| - <artifactId>javax.servlet-api</artifactId> |
303 |
| - <version>4.0.1</version> |
| 301 | + <groupId>jakarta.servlet</groupId> |
| 302 | + <artifactId>jakarta.servlet-api</artifactId> |
| 303 | + <version>4.0.2</version> |
304 | 304 | <scope>test</scope>
|
305 | 305 | </dependency>
|
306 | 306 |
|
|
0 commit comments