|
@@ -59,7 +59,7 @@ ext {
|
|
|
"junit-jupiter-api" : "org.junit.jupiter:junit-jupiter-api:${junitVersion}",
|
|
|
"junit-jupiter-engine" : "org.junit.jupiter:junit-jupiter-engine:${junitVersion}",
|
|
|
"fastjson" : "com.alibaba:fastjson:1.2.68",
|
|
|
- "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.10.3",
|
|
|
+ "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.11.0",
|
|
|
"gson" : "com.google.code.gson:gson:2.8.6",
|
|
|
"lagarto" : "org.jodd:jodd-lagarto:5.1.4",
|
|
|
//datasource
|
|
@@ -70,7 +70,7 @@ ext {
|
|
|
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
|
|
|
"kingbase" : fileTree(dir: 'libs', includes: ["kingbase8-8.2.0.jar"]),
|
|
|
"h2" : "com.h2database:h2:1.4.200",
|
|
|
- "mysql" : "mysql:mysql-connector-java:8.0.19",
|
|
|
+ "mysql" : "mysql:mysql-connector-java:8.0.20",
|
|
|
"sqlite" : "org.xerial:sqlite-jdbc:3.30.1",
|
|
|
//code generator
|
|
|
"velocity" : "org.apache.velocity:velocity-engine-core:2.2",
|