|
@@ -14,7 +14,7 @@ ext {
|
|
|
mybatisVersion = '3.5.16',
|
|
|
mybatisSpringVersion = '2.1.2',
|
|
|
mybatisSpringBootStarterVersion = '2.3.1',
|
|
|
- springVersion = '5.3.27',
|
|
|
+ springVersion = '5.3.34',
|
|
|
springBootVersion = '2.7.18',
|
|
|
springBoot3Version = '3.2.4',
|
|
|
springCloudVersion = '3.1.8',
|
|
@@ -37,10 +37,9 @@ ext {
|
|
|
"spring-web" : "org.springframework:spring-web:${springVersion}",
|
|
|
"spring-aop" : "org.springframework:spring-aop:${springVersion}",
|
|
|
"cglib" : "cglib:cglib:3.3.0",
|
|
|
- "imadcn" : "com.imadcn.framework:idworker:1.5.0",
|
|
|
+ "imadcn" : "com.imadcn.framework:idworker:1.6.0",
|
|
|
"spring-cloud-commons" : "org.springframework.cloud:spring-cloud-commons:${springCloudVersion}",
|
|
|
|
|
|
- "javax.servlet-api" : "javax.servlet:javax.servlet-api:4.0.1",
|
|
|
"aspectjweaver" : "org.aspectj:aspectjweaver:1.9.22",
|
|
|
"slf4j-api" : "org.slf4j:slf4j-api:1.7.36",
|
|
|
//copy
|
|
@@ -50,8 +49,8 @@ ext {
|
|
|
"assertj-core" : "org.assertj:assertj-core:3.25.3",
|
|
|
"junit-jupiter" : "org.junit.jupiter:junit-jupiter:${junitVersion}",
|
|
|
"fastjson" : "com.alibaba:fastjson:2.0.49",
|
|
|
- "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.16.1",
|
|
|
- "gson" : "com.google.code.gson:gson:2.9.1",
|
|
|
+ "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.17.0",
|
|
|
+ "gson" : "com.google.code.gson:gson:2.10.1",
|
|
|
"lagarto" : "org.jodd:jodd-lagarto:6.0.6",
|
|
|
//datasource
|
|
|
"p6spy" : "p6spy:p6spy:3.9.1",
|
|
@@ -61,20 +60,18 @@ ext {
|
|
|
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
|
|
|
"kingbase" : fileTree(dir: 'libs', includes: ["kingbase8-8.2.0.jar"]),
|
|
|
"h2" : "com.h2database:h2:2.2.224",
|
|
|
- "mysql" : "mysql:mysql-connector-java:8.0.30",
|
|
|
+ "mysql" : "com.mysql:mysql-connector-j:8.3.0",
|
|
|
"sqlite" : "org.xerial:sqlite-jdbc:3.45.3.0",
|
|
|
- "firebird" : "org.firebirdsql.jdbc:jaybird:4.0.6.java8",
|
|
|
+ "firebird" : "org.firebirdsql.jdbc:jaybird:5.0.4.java8",
|
|
|
//cache
|
|
|
- "mybatis-ehcache" : "org.mybatis.caches:mybatis-ehcache:1.2.3",
|
|
|
- "mybatis-redis" : "org.mybatis.caches:mybatis-redis:1.0.0-SNAPSHOT",
|
|
|
"mybatis-caffeine" : "org.mybatis.caches:mybatis-caffeine:1.0.0",
|
|
|
//code generator
|
|
|
"velocity" : "org.apache.velocity:velocity-engine-core:2.3",
|
|
|
"freemarker" : "org.freemarker:freemarker:2.3.32",
|
|
|
- "beetl" : "com.ibeetl:beetl:3.15.13.RELEASE",
|
|
|
- "swagger-annotations" : "io.swagger:swagger-annotations:1.6.12",
|
|
|
+ "beetl" : "com.ibeetl:beetl:3.16.1.RELEASE",
|
|
|
+ "swagger-annotations" : "io.swagger:swagger-annotations:1.6.14",
|
|
|
"enjoy" : "com.jfinal:enjoy:5.1.3",
|
|
|
- "logback-classic" : "ch.qos.logback:logback-classic:1.5.5",
|
|
|
+ "logback-classic" : "ch.qos.logback:logback-classic:1.5.6",
|
|
|
]
|
|
|
}
|
|
|
|