浏览代码

spring boot 依赖升级为 2.4.5

hubin 4 年之前
父节点
当前提交
6074b5016c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -15,7 +15,7 @@ ext {
         mybatisSpringVersion = '2.0.6',
         mybatisSpringBootStarterVersion = '2.1.4',
         springVersion = '5.3.6',
-        springBootVersion = '2.4.2',
+        springBootVersion = '2.4.5',
         jsqlparserVersion = '4.0',
         junitVersion = '5.7.1',
     ]
@@ -63,7 +63,7 @@ ext {
         "h2"                         : "com.h2database:h2:1.4.200",
         "mysql"                      : "mysql:mysql-connector-java:8.0.21",
         "sqlite"                     : "org.xerial:sqlite-jdbc:3.32.3.1",
-        "firebird"                   : "org.firebirdsql.jdbc:jaybird:4.0.1.java8",
+        "firebird"                   : "org.firebirdsql.jdbc:jaybird:4.0.3.java8",
         //cache
         "mybatis-ehcache"            : "org.mybatis.caches:mybatis-ehcache:1.2.1",
         "mybatis-redis"              : "org.mybatis.caches:mybatis-redis:1.0.0-beta2",