|
20 | 20 | <parent> |
21 | 21 | <groupId>org.mybatis</groupId> |
22 | 22 | <artifactId>mybatis-parent</artifactId> |
23 | | - <version>40</version> |
| 23 | + <version>41</version> |
24 | 24 | </parent> |
25 | 25 | <groupId>org.mybatis.dynamic-sql</groupId> |
26 | 26 | <artifactId>mybatis-dynamic-sql</artifactId> |
|
56 | 56 | <java.version>17</java.version> |
57 | 57 | <java.release.version>8</java.release.version> |
58 | 58 | <junit.jupiter.version>5.10.1</junit.jupiter.version> |
59 | | - <spring.batch.version>5.0.3</spring.batch.version> |
| 59 | + <spring.batch.version>5.1.0</spring.batch.version> |
60 | 60 |
|
61 | 61 | <checkstyle.config>checkstyle-override.xml</checkstyle.config> |
62 | 62 |
|
63 | 63 | <clirr.comparisonVersion>1.5.0</clirr.comparisonVersion> |
64 | 64 |
|
65 | 65 | <module.name>org.mybatis.dynamic.sql</module.name> |
66 | 66 |
|
67 | | - <kotlin.version>1.9.20</kotlin.version> |
| 67 | + <kotlin.version>1.9.22</kotlin.version> |
68 | 68 | <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |
69 | 69 |
|
70 | 70 | <sonar.sources>pom.xml,src/main/java,src/main/kotlin</sonar.sources> |
71 | 71 | <sonar.tests>src/test/java,src/test/kotlin</sonar.tests> |
72 | 72 |
|
73 | 73 | <kotlin.code.style>official</kotlin.code.style> |
74 | | - <test.containers.version>1.19.2</test.containers.version> |
| 74 | + <test.containers.version>1.19.3</test.containers.version> |
75 | 75 | <osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export> |
76 | 76 |
|
77 | 77 | <!-- Reproducible Builds --> |
|
89 | 89 | <dependency> |
90 | 90 | <groupId>org.springframework</groupId> |
91 | 91 | <artifactId>spring-jdbc</artifactId> |
92 | | - <version>6.0.14</version> |
| 92 | + <version>6.1.3</version> |
93 | 93 | <scope>provided</scope> |
94 | 94 | <optional>true</optional> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | 97 | <groupId>org.mybatis</groupId> |
98 | 98 | <artifactId>mybatis</artifactId> |
99 | | - <version>3.5.14</version> |
| 99 | + <version>3.5.15</version> |
100 | 100 | <scope>provided</scope> |
101 | 101 | <optional>true</optional> |
102 | 102 | </dependency> |
|
122 | 122 | <dependency> |
123 | 123 | <groupId>org.assertj</groupId> |
124 | 124 | <artifactId>assertj-core</artifactId> |
125 | | - <version>3.24.2</version> |
| 125 | + <version>3.25.1</version> |
126 | 126 | <scope>test</scope> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>org.mybatis</groupId> |
130 | 130 | <artifactId>mybatis-spring</artifactId> |
131 | | - <version>3.0.2</version> |
| 131 | + <version>3.0.3</version> |
132 | 132 | <scope>test</scope> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
|
158 | 158 | <dependency> |
159 | 159 | <groupId>ch.qos.logback</groupId> |
160 | 160 | <artifactId>logback-classic</artifactId> |
161 | | - <version>1.4.11</version> |
| 161 | + <version>1.4.14</version> |
162 | 162 | <scope>test</scope> |
163 | 163 | </dependency> |
164 | 164 | <!-- Hamcrest is only here to make Infinitest happy. Not really used in the project. --> |
|
184 | 184 | <dependency> |
185 | 185 | <groupId>org.postgresql</groupId> |
186 | 186 | <artifactId>postgresql</artifactId> |
187 | | - <version>42.6.0</version> |
| 187 | + <version>42.7.1</version> |
188 | 188 | <scope>test</scope> |
189 | 189 | </dependency> |
190 | 190 | <dependency> |
|
196 | 196 | <dependency> |
197 | 197 | <groupId>org.mariadb.jdbc</groupId> |
198 | 198 | <artifactId>mariadb-java-client</artifactId> |
199 | | - <version>3.3.0</version> |
| 199 | + <version>3.3.2</version> |
200 | 200 | <scope>test</scope> |
201 | 201 | </dependency> |
202 | 202 |
|
|
327 | 327 | </executions> |
328 | 328 | </plugin> |
329 | 329 | <plugin> |
330 | | - <groupId>io.jsonwebtoken.coveralls</groupId> |
| 330 | + <groupId>com.github.hazendaz.maven</groupId> |
331 | 331 | <artifactId>coveralls-maven-plugin</artifactId> |
332 | 332 | <configuration> |
333 | 333 | <sourceDirectories>src/main/java,src/main/kotlin</sourceDirectories> |
|
337 | 337 | <plugin> |
338 | 338 | <groupId>org.codehaus.mojo</groupId> |
339 | 339 | <artifactId>build-helper-maven-plugin</artifactId> |
340 | | - <version>3.4.0</version> |
| 340 | + <version>3.5.0</version> |
341 | 341 | <executions> |
342 | 342 | <execution> |
343 | 343 | <goals> |
|
0 commit comments