|
21 | 21 | <parent> |
22 | 22 | <groupId>org.mybatis</groupId> |
23 | 23 | <artifactId>mybatis-parent</artifactId> |
24 | | - <version>44</version> |
| 24 | + <version>45</version> |
25 | 25 | </parent> |
26 | 26 |
|
27 | 27 | <groupId>org.mybatis.dynamic-sql</groupId> |
|
68 | 68 | <module.name>org.mybatis.dynamic.sql</module.name> |
69 | 69 |
|
70 | 70 | <kotlin.version>2.0.0</kotlin.version> |
71 | | - <kotlin.compiler.apiVersion>1.7</kotlin.compiler.apiVersion> |
| 71 | + <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |
72 | 72 |
|
73 | 73 | <sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources> |
74 | 74 | <sonar.tests>src/test/java,src/test/kotlin</sonar.tests> |
75 | 75 |
|
76 | 76 | <kotlin.code.style>official</kotlin.code.style> |
77 | | - <test.containers.version>1.19.8</test.containers.version> |
| 77 | + <test.containers.version>1.20.1</test.containers.version> |
78 | 78 | <osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export> |
79 | 79 |
|
80 | 80 | <!-- Reproducible Builds --> |
|
84 | 84 | <dependencies> |
85 | 85 | <dependency> |
86 | 86 | <groupId>org.jetbrains.kotlin</groupId> |
87 | | - <artifactId>kotlin-stdlib</artifactId> |
| 87 | + <artifactId>kotlin-stdlib-jdk8</artifactId> |
88 | 88 | <version>${kotlin.version}</version> |
89 | 89 | <scope>provided</scope> |
90 | 90 | <optional>true</optional> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.springframework</groupId> |
94 | 94 | <artifactId>spring-jdbc</artifactId> |
95 | | - <version>6.1.9</version> |
| 95 | + <version>6.1.11</version> |
96 | 96 | <scope>provided</scope> |
97 | 97 | <optional>true</optional> |
98 | 98 | </dependency> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.assertj</groupId> |
127 | 127 | <artifactId>assertj-core</artifactId> |
128 | | - <version>3.26.0</version> |
| 128 | + <version>3.26.3</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
|
168 | 168 | <dependency> |
169 | 169 | <groupId>org.hamcrest</groupId> |
170 | 170 | <artifactId>hamcrest</artifactId> |
171 | | - <version>2.2</version> |
| 171 | + <version>3.0</version> |
172 | 172 | <scope>test</scope> |
173 | 173 | </dependency> |
174 | 174 |
|
|
199 | 199 | <dependency> |
200 | 200 | <groupId>org.mariadb.jdbc</groupId> |
201 | 201 | <artifactId>mariadb-java-client</artifactId> |
202 | | - <version>3.4.0</version> |
| 202 | + <version>3.4.1</version> |
203 | 203 | <scope>test</scope> |
204 | 204 | </dependency> |
205 | 205 | </dependencies> |
|
0 commit comments