|
21 | 21 | <parent>
|
22 | 22 | <groupId>org.mybatis</groupId>
|
23 | 23 | <artifactId>mybatis-parent</artifactId>
|
24 |
| - <version>45</version> |
| 24 | + <version>48</version> |
25 | 25 | </parent>
|
26 | 26 |
|
27 | 27 | <groupId>org.mybatis.dynamic-sql</groupId>
|
|
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.3</junit.jupiter.version> |
64 |
| - <spring.batch.version>5.1.2</spring.batch.version> |
| 63 | + <junit.jupiter.version>5.11.4</junit.jupiter.version> |
| 64 | + <spring.batch.version>5.2.1</spring.batch.version> |
65 | 65 |
|
66 | 66 | <checkstyle.config>checkstyle-override.xml</checkstyle.config>
|
67 | 67 |
|
68 | 68 | <clirr.comparisonVersion>1.5.0</clirr.comparisonVersion>
|
69 | 69 |
|
70 | 70 | <module.name>org.mybatis.dynamic.sql</module.name>
|
71 | 71 |
|
72 |
| - <kotlin.version>2.0.21</kotlin.version> |
| 72 | + <kotlin.version>2.1.0</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.3</test.containers.version> |
| 81 | + <test.containers.version>1.20.4</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.14</version> |
| 99 | + <version>6.2.1</version> |
100 | 100 | <scope>provided</scope>
|
101 | 101 | <optional>true</optional>
|
102 | 102 | </dependency>
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>org.mybatis</groupId>
|
105 | 105 | <artifactId>mybatis</artifactId>
|
106 |
| - <version>3.5.16</version> |
| 106 | + <version>3.5.17</version> |
107 | 107 | <scope>provided</scope>
|
108 | 108 | <optional>true</optional>
|
109 | 109 | </dependency>
|
|
129 | 129 | <dependency>
|
130 | 130 | <groupId>org.assertj</groupId>
|
131 | 131 | <artifactId>assertj-core</artifactId>
|
132 |
| - <version>3.26.3</version> |
| 132 | + <version>3.27.0</version> |
133 | 133 | <scope>test</scope>
|
134 | 134 | </dependency>
|
135 | 135 | <dependency>
|
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>org.hsqldb</groupId>
|
143 | 143 | <artifactId>hsqldb</artifactId>
|
144 |
| - <version>2.7.3</version> |
| 144 | + <version>2.7.4</version> |
145 | 145 | <scope>test</scope>
|
146 | 146 | </dependency>
|
147 | 147 | <dependency>
|
|
165 | 165 | <dependency>
|
166 | 166 | <groupId>ch.qos.logback</groupId>
|
167 | 167 | <artifactId>logback-classic</artifactId>
|
168 |
| - <version>1.5.12</version> |
| 168 | + <version>1.5.15</version> |
169 | 169 | <scope>test</scope>
|
170 | 170 | </dependency>
|
171 | 171 | <dependency>
|
|
195 | 195 | <dependency>
|
196 | 196 | <groupId>org.mariadb.jdbc</groupId>
|
197 | 197 | <artifactId>mariadb-java-client</artifactId>
|
198 |
| - <version>3.5.0</version> |
| 198 | + <version>3.5.1</version> |
199 | 199 | <scope>test</scope>
|
200 | 200 | </dependency>
|
201 | 201 | </dependencies>
|
|
0 commit comments