|
60 | 60 | <java.release.version>17</java.release.version>
|
61 | 61 | <java.test.version>17</java.test.version>
|
62 | 62 | <java.test.release.version>17</java.test.release.version>
|
63 |
| - <junit.jupiter.version>5.11.1</junit.jupiter.version> |
| 63 | + <junit.jupiter.version>5.11.3</junit.jupiter.version> |
64 | 64 | <spring.batch.version>5.1.2</spring.batch.version>
|
65 | 65 |
|
66 | 66 | <checkstyle.config>checkstyle-override.xml</checkstyle.config>
|
|
69 | 69 |
|
70 | 70 | <module.name>org.mybatis.dynamic.sql</module.name>
|
71 | 71 |
|
72 |
| - <kotlin.version>2.0.20</kotlin.version> |
| 72 | + <kotlin.version>2.0.21</kotlin.version> |
73 | 73 | <kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
|
74 | 74 | <kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
|
75 | 75 | <kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
|
|
78 | 78 | <sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
|
79 | 79 |
|
80 | 80 | <kotlin.code.style>official</kotlin.code.style>
|
81 |
| - <test.containers.version>1.20.1</test.containers.version> |
| 81 | + <test.containers.version>1.20.3</test.containers.version> |
82 | 82 | <osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
|
83 | 83 |
|
84 | 84 | <!-- Reproducible Builds -->
|
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.springframework</groupId>
|
98 | 98 | <artifactId>spring-jdbc</artifactId>
|
99 |
| - <version>6.1.13</version> |
| 99 | + <version>6.1.14</version> |
100 | 100 | <scope>provided</scope>
|
101 | 101 | <optional>true</optional>
|
102 | 102 | </dependency>
|
|
165 | 165 | <dependency>
|
166 | 166 | <groupId>ch.qos.logback</groupId>
|
167 | 167 | <artifactId>logback-classic</artifactId>
|
168 |
| - <version>1.5.8</version> |
| 168 | + <version>1.5.11</version> |
169 | 169 | <scope>test</scope>
|
170 | 170 | </dependency>
|
171 | 171 | <dependency>
|
|
0 commit comments