|
@@ -20,18 +20,18 @@ ext {
|
|
|
]
|
|
|
|
|
|
libraries = [
|
|
|
- mybatisVersion = '3.5.2',
|
|
|
- mybatisSpringVersion = '2.0.2',
|
|
|
- mybatisSpringBootStarterVersion = '2.1.0',
|
|
|
- springVersion = '5.1.6.RELEASE',
|
|
|
- springBootVersion = '2.1.6.RELEASE',
|
|
|
- jsqlparserVersion = '2.1',
|
|
|
+ mybatisVersion = '3.5.3',
|
|
|
+ mybatisSpringVersion = '2.0.3',
|
|
|
+ mybatisSpringBootStarterVersion = '2.1.1',
|
|
|
+ springVersion = '5.2.0.RELEASE',
|
|
|
+ springBootVersion = '2.2.0.RELEASE',
|
|
|
+ jsqlparserVersion = '3.0',
|
|
|
junitVersion = '5.4.0',
|
|
|
]
|
|
|
|
|
|
lib = [
|
|
|
- "kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.3.10",
|
|
|
- "kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.10",
|
|
|
+ "kotlin-reflect" : "org.jetbrains.kotlin:kotlin-reflect:1.3.50",
|
|
|
+ "kotlin-stdlib-jdk8" : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50",
|
|
|
"jsqlparser" : "com.github.jsqlparser:jsqlparser:${jsqlparserVersion}",
|
|
|
"mybatis-spring" : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
|
|
|
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",
|
|
@@ -40,12 +40,12 @@ ext {
|
|
|
"spring-tx" : "org.springframework:spring-tx:${springVersion}",
|
|
|
"spring-web" : "org.springframework:spring-web:${springVersion}",
|
|
|
"spring-aop" : "org.springframework:spring-aop:${springVersion}",
|
|
|
- "aspectjrt" : "org.aspectj:aspectjrt:1.8.13",
|
|
|
- "cglib" : "cglib:cglib:3.2.6",
|
|
|
- "lombok" : "org.projectlombok:lombok:1.18.8",
|
|
|
+ "aspectjrt" : "org.aspectj:aspectjrt:1.9.4",
|
|
|
+ "cglib" : "cglib:cglib:3.3.0",
|
|
|
+ "lombok" : "org.projectlombok:lombok:1.18.10",
|
|
|
|
|
|
"javax.servlet-api" : "javax.servlet:javax.servlet-api:4.0.1",
|
|
|
- "aspectjweaver" : "org.aspectj:aspectjweaver:1.9.2",
|
|
|
+ "aspectjweaver" : "org.aspectj:aspectjweaver:1.9.4",
|
|
|
"mockito" : "org.mockito:mockito-core:2.24.0",
|
|
|
"mybatis-ehcache" : "org.mybatis.caches:mybatis-ehcache:1.1.0",
|
|
|
"slf4j-api" : "org.slf4j:slf4j-api:1.7.25",
|
|
@@ -58,14 +58,14 @@ ext {
|
|
|
"junit-jupiter-api" : "org.junit.jupiter:junit-jupiter-api:${junitVersion}",
|
|
|
"junit-jupiter-engine" : "org.junit.jupiter:junit-jupiter-engine:${junitVersion}",
|
|
|
"mockito-all" : "org.mockito:mockito-all:1.10.19",
|
|
|
- "fastjson" : "com.alibaba:fastjson:1.2.59",
|
|
|
- "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.9.9",
|
|
|
+ "fastjson" : "com.alibaba:fastjson:1.2.62",
|
|
|
+ "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.10.0",
|
|
|
"tomcatjdbc" : "org.apache.tomcat:tomcat-jdbc:9.0.16",
|
|
|
"lagarto" : "org.jodd:jodd-lagarto:5.0.7",
|
|
|
//datasource
|
|
|
- "hikaricp" : "com.zaxxer:HikariCP:3.3.0",
|
|
|
- "druid" : "com.alibaba:druid:1.0.29",
|
|
|
- "p6spy" : "p6spy:p6spy:3.8.1",
|
|
|
+ "hikaricp" : "com.zaxxer:HikariCP:3.4.1",
|
|
|
+ "druid" : "com.alibaba:druid:1.1.20",
|
|
|
+ "p6spy" : "p6spy:p6spy:3.8.6",
|
|
|
"commons-dbcp2" : "org.apache.commons:commons-dbcp2:2.5.0",
|
|
|
"sqlserver" : "com.microsoft.sqlserver:sqljdbc4:4.0",
|
|
|
"postgresql" : "org.postgresql:postgresql:9.4.1212",
|