|
@@ -14,9 +14,9 @@ ext {
|
|
|
mybatisVersion = '3.5.16',
|
|
|
mybatisSpringVersion = '2.1.2',
|
|
|
mybatisSpringBootStarterVersion = '2.3.2',
|
|
|
- springVersion = '5.3.37',
|
|
|
+ springVersion = '5.3.39',
|
|
|
springBootVersion = '2.7.18',
|
|
|
- springBoot3Version = '3.3.2',
|
|
|
+ springBoot3Version = '3.3.3',
|
|
|
springCloudVersion = '3.1.8',
|
|
|
jsqlparserVersion = '5.0',
|
|
|
junitVersion = '5.11.0',
|
|
@@ -29,7 +29,7 @@ ext {
|
|
|
"mybatis" : "org.mybatis:mybatis:${mybatisVersion}",
|
|
|
"mybatis-spring" : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
|
|
|
"mybatis-thymeleaf" : "org.mybatis.scripting:mybatis-thymeleaf:1.0.4",
|
|
|
- "mybatis-freemarker" : "org.mybatis.scripting:mybatis-freemarker:1.2.3",
|
|
|
+ "mybatis-freemarker" : "org.mybatis.scripting:mybatis-freemarker:1.3.0",
|
|
|
"mybatis-velocity" : "org.mybatis.scripting:mybatis-velocity:2.1.2",
|
|
|
"spring-context-support" : "org.springframework:spring-context-support:${springVersion}",
|
|
|
"spring-jdbc" : "org.springframework:spring-jdbc:${springVersion}",
|
|
@@ -63,14 +63,14 @@ ext {
|
|
|
"sqlite" : "org.xerial:sqlite-jdbc:3.46.1.0",
|
|
|
"firebird" : "org.firebirdsql.jdbc:jaybird:5.0.5.java8",
|
|
|
//cache
|
|
|
- "mybatis-caffeine" : "org.mybatis.caches:mybatis-caffeine:1.0.0",
|
|
|
+ "mybatis-caffeine" : "org.mybatis.caches:mybatis-caffeine:1.2.0",
|
|
|
//code generator
|
|
|
"velocity" : "org.apache.velocity:velocity-engine-core:2.3",
|
|
|
"freemarker" : "org.freemarker:freemarker:2.3.33",
|
|
|
"beetl" : "com.ibeetl:beetl:3.17.0.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.7",
|
|
|
+ "enjoy" : "com.jfinal:enjoy:5.2.2",
|
|
|
+ "logback-classic" : "ch.qos.logback:logback-classic:1.5.8",
|
|
|
]
|
|
|
}
|
|
|
|