Skip to content

Commit d97d8d7

Browse files
committed
Merge branch 'master' into optimizations
2 parents 1a374f8 + 0e6342a commit d97d8d7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis</groupId>
2323
<artifactId>mybatis-parent</artifactId>
24-
<version>45</version>
24+
<version>48</version>
2525
</parent>
2626

2727
<groupId>org.mybatis.dynamic-sql</groupId>
@@ -60,16 +60,16 @@
6060
<java.release.version>17</java.release.version>
6161
<java.test.version>17</java.test.version>
6262
<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>
6565

6666
<checkstyle.config>checkstyle-override.xml</checkstyle.config>
6767

6868
<clirr.comparisonVersion>1.5.0</clirr.comparisonVersion>
6969

7070
<module.name>org.mybatis.dynamic.sql</module.name>
7171

72-
<kotlin.version>2.0.21</kotlin.version>
72+
<kotlin.version>2.1.0</kotlin.version>
7373
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
7474
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
7575
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
@@ -78,7 +78,7 @@
7878
<sonar.tests>src/test/java,src/test/kotlin</sonar.tests>
7979

8080
<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>
8282
<osgi.export>org.mybatis.dynamic.sql.*;version=${project.version};-noimport:=true</osgi.export>
8383

8484
<!-- Reproducible Builds -->
@@ -96,14 +96,14 @@
9696
<dependency>
9797
<groupId>org.springframework</groupId>
9898
<artifactId>spring-jdbc</artifactId>
99-
<version>6.1.14</version>
99+
<version>6.2.1</version>
100100
<scope>provided</scope>
101101
<optional>true</optional>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.mybatis</groupId>
105105
<artifactId>mybatis</artifactId>
106-
<version>3.5.16</version>
106+
<version>3.5.17</version>
107107
<scope>provided</scope>
108108
<optional>true</optional>
109109
</dependency>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.assertj</groupId>
131131
<artifactId>assertj-core</artifactId>
132-
<version>3.26.3</version>
132+
<version>3.27.0</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.hsqldb</groupId>
143143
<artifactId>hsqldb</artifactId>
144-
<version>2.7.3</version>
144+
<version>2.7.4</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>ch.qos.logback</groupId>
167167
<artifactId>logback-classic</artifactId>
168-
<version>1.5.12</version>
168+
<version>1.5.15</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>org.mariadb.jdbc</groupId>
197197
<artifactId>mariadb-java-client</artifactId>
198-
<version>3.5.0</version>
198+
<version>3.5.1</version>
199199
<scope>test</scope>
200200
</dependency>
201201
</dependencies>

0 commit comments

Comments
 (0)