|
@@ -23,8 +23,8 @@ ext {
|
|
|
]
|
|
|
|
|
|
lib = [
|
|
|
- "kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.9.0",
|
|
|
- "kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0",
|
|
|
+ "kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.9.22",
|
|
|
+ "kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22",
|
|
|
"jsqlparser" : "com.github.jsqlparser:jsqlparser:${jsqlparserVersion}",
|
|
|
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",
|
|
|
"mybatis-spring" : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
|
|
@@ -47,7 +47,7 @@ ext {
|
|
|
"mybatis-spring-boot-starter": "org.mybatis.spring.boot:mybatis-spring-boot-starter:${mybatisSpringBootStarterVersion}",
|
|
|
//test
|
|
|
"spring-test" : "org.springframework:spring-test:${springVersion}",
|
|
|
- "assertj-core" : "org.assertj:assertj-core:3.23.1",
|
|
|
+ "assertj-core" : "org.assertj:assertj-core:3.25.3",
|
|
|
"junit-jupiter" : "org.junit.jupiter:junit-jupiter:${junitVersion}",
|
|
|
"fastjson" : "com.alibaba:fastjson:2.0.44",
|
|
|
"jackson" : "com.fasterxml.jackson.core:jackson-databind:2.16.1",
|