@@ -16,10 +16,10 @@ ext {
1616 mybatisSpringBootStarterVersion = ' 2.3.2' ,
1717 springVersion = ' 5.3.39' ,
1818 springBootVersion = ' 2.7.18' ,
19- springBoot3Version = ' 3.4.1 ' ,
20- springBoot4Version = ' 4.0.0 ' ,
19+ springBoot3Version = ' 3.5.9 ' ,
20+ springBoot4Version = ' 4.0.1 ' ,
2121 springCloudVersion = ' 3.1.8' ,
22- junitVersion = ' 5.11.0 ' ,
22+ junitVersion = ' 5.14.1 ' ,
2323 ]
2424
2525 lib = [
@@ -45,23 +45,23 @@ ext {
4545 " mybatis-spring-boot-starter" : " org.mybatis.spring.boot:mybatis-spring-boot-starter:${ mybatisSpringBootStarterVersion} " ,
4646 // test
4747 " spring-test" : " org.springframework:spring-test:${ springVersion} " ,
48- " assertj-core" : " org.assertj:assertj-core:3.26.3 " ,
48+ " assertj-core" : " org.assertj:assertj-core:3.27.6 " ,
4949 " junit-jupiter" : " org.junit.jupiter:junit-jupiter:${ junitVersion} " ,
50- " fastjson" : " com.alibaba:fastjson:2.0.53 " ,
51- " jackson" : " com.fasterxml.jackson.core:jackson-databind:2.17.3 " ,
50+ " fastjson" : " com.alibaba:fastjson:2.0.60 " ,
51+ " jackson" : " com.fasterxml.jackson.core:jackson-databind:2.20.1 " ,
5252 " jackson3" : " tools.jackson.core:jackson-databind:3.0.3" ,
53- " gson" : " com.google.code.gson:gson:2.11.0 " ,
53+ " gson" : " com.google.code.gson:gson:2.13.2 " ,
5454 " lagarto" : " org.jodd:jodd-lagarto:6.0.6" ,
5555 // datasource
5656 " p6spy" : " p6spy:p6spy:3.9.1" ,
5757 " sqlserver" : " com.microsoft.sqlserver:sqljdbc4:4.0" ,
58- " postgresql" : " org.postgresql:postgresql:42.7.4 " ,
58+ " postgresql" : " org.postgresql:postgresql:42.7.8 " ,
5959 " oracle" : " com.oracle.database.jdbc:ojdbc8:23.7.0.25.01" ,
6060 " dm" : fileTree(dir : ' libs' , includes : [" jdbcDriver-18.jar" ]),
61- " h2" : " com.h2database:h2:2.3.232 " ,
62- " mysql" : " com.mysql:mysql-connector-j:9.0 .0" ,
63- " sqlite" : " org.xerial:sqlite-jdbc:3.46 .1.0" ,
64- " firebird" : " org.firebirdsql.jdbc:jaybird:5.0.5 .java8" ,
61+ " h2" : " com.h2database:h2:2.4.240 " ,
62+ " mysql" : " com.mysql:mysql-connector-j:9.5 .0" ,
63+ " sqlite" : " org.xerial:sqlite-jdbc:3.51 .1.0" ,
64+ " firebird" : " org.firebirdsql.jdbc:jaybird:5.0.10 .java8" ,
6565 " gaussdb" : " com.huaweicloud.gaussdb:gaussdbjdbc:506.0.0.b058" ,
6666 // cache
6767 " mybatis-caffeine" : " org.mybatis.caches:mybatis-caffeine:1.2.0" ,
@@ -105,8 +105,11 @@ subprojects {
105105 dependencies {
106106 testImplementation " ${ lib["assertj-core"]} "
107107 testImplementation " ${ lib["junit-jupiter"]} "
108- testImplementation " org.mockito:mockito-junit-jupiter:5.13 .0"
108+ testImplementation " org.mockito:mockito-junit-jupiter:5.21 .0"
109109 testImplementation " ${ lib["lagarto"]} "
110+ testImplementation(" org.junit.platform:junit-platform-engine:6.0.1" )
111+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:6.0.1" )
112+ testImplementation(" org.junit.platform:junit-platform-launcher:6.0.1" )
110113 }
111114
112115 tasks. withType(JavaCompile ) {
0 commit comments