|
@@ -19,7 +19,7 @@ ext {
|
|
|
springBoot3Version = '3.3.2',
|
|
|
springCloudVersion = '3.1.8',
|
|
|
jsqlparserVersion = '5.0',
|
|
|
- junitVersion = '5.10.3',
|
|
|
+ junitVersion = '5.11.0',
|
|
|
]
|
|
|
|
|
|
lib = [
|
|
@@ -58,9 +58,9 @@ ext {
|
|
|
"postgresql" : "org.postgresql:postgresql:42.7.3",
|
|
|
"oracle" : fileTree(dir: 'libs', includes: ['ojdbc8.jar']),
|
|
|
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
|
|
|
- "h2" : "com.h2database:h2:2.3.230",
|
|
|
+ "h2" : "com.h2database:h2:2.3.232",
|
|
|
"mysql" : "com.mysql:mysql-connector-j:9.0.0",
|
|
|
- "sqlite" : "org.xerial:sqlite-jdbc:3.46.0.1",
|
|
|
+ "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",
|
|
@@ -70,7 +70,7 @@ ext {
|
|
|
"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.6",
|
|
|
+ "logback-classic" : "ch.qos.logback:logback-classic:1.5.7",
|
|
|
]
|
|
|
}
|
|
|
|