|
1 | 1 | <!-- |
2 | 2 |
|
3 | | - Copyright 2016-2022 the original author or authors. |
| 3 | + Copyright 2016-2023 the original author or authors. |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
|
20 | 20 | <parent> |
21 | 21 | <groupId>org.mybatis</groupId> |
22 | 22 | <artifactId>mybatis-parent</artifactId> |
23 | | - <version>36</version> |
| 23 | + <version>37</version> |
24 | 24 | </parent> |
25 | 25 | <groupId>org.mybatis.dynamic-sql</groupId> |
26 | 26 | <artifactId>mybatis-dynamic-sql</artifactId> |
|
61 | 61 |
|
62 | 62 | <module.name>org.mybatis.dynamic.sql</module.name> |
63 | 63 |
|
64 | | - <kotlin.version>1.7.21</kotlin.version> |
| 64 | + <kotlin.version>1.8.0</kotlin.version> |
65 | 65 | <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |
66 | 66 |
|
67 | 67 | <sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources> |
|
251 | 251 | <dependency> |
252 | 252 | <groupId>org.assertj</groupId> |
253 | 253 | <artifactId>assertj-core</artifactId> |
254 | | - <version>3.23.1</version> |
| 254 | + <version>3.24.0</version> |
255 | 255 | <scope>test</scope> |
256 | 256 | </dependency> |
257 | 257 | <dependency> |
258 | 258 | <groupId>org.mybatis</groupId> |
259 | 259 | <artifactId>mybatis-spring</artifactId> |
260 | | - <version>2.0.7</version> |
| 260 | + <version>2.1.0</version> |
261 | 261 | <scope>test</scope> |
262 | 262 | </dependency> |
263 | 263 | <dependency> |
|
287 | 287 | <dependency> |
288 | 288 | <groupId>ch.qos.logback</groupId> |
289 | 289 | <artifactId>logback-classic</artifactId> |
290 | | - <version>1.4.4</version> |
| 290 | + <version>1.4.5</version> |
291 | 291 | <scope>test</scope> |
292 | 292 | </dependency> |
293 | 293 | <!-- Hamcrest is only here to make Infinitest happy. Not really used in the project. --> |
|
313 | 313 | <dependency> |
314 | 314 | <groupId>org.postgresql</groupId> |
315 | 315 | <artifactId>postgresql</artifactId> |
316 | | - <version>42.5.0</version> |
| 316 | + <version>42.5.1</version> |
317 | 317 | <scope>test</scope> |
318 | 318 | </dependency> |
319 | 319 | <dependency> |
|
0 commit comments