diff --git a/pom.xml b/pom.xml
index 5faed11271..f32b152b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
https://github.com/YunaiV/ruoyi-vue-pro
- 2.0.1-jdk8-snapshot
+ 2.1.0-jdk8-snapshot
1.8
${java.version}
diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml
index ed4e394576..ce24458cce 100644
--- a/yudao-dependencies/pom.xml
+++ b/yudao-dependencies/pom.xml
@@ -14,7 +14,7 @@
https://github.com/YunaiV/ruoyi-vue-pro
- 2.0.1-jdk8-snapshot
+ 2.1.0-jdk8-snapshot
1.5.0
2.7.18
diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/service/db/DatabaseTableServiceImpl.java b/yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/service/db/DatabaseTableServiceImpl.java
index 6d38822082..deb4aab3dd 100644
--- a/yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/service/db/DatabaseTableServiceImpl.java
+++ b/yudao-module-infra/yudao-module-infra-biz/src/main/java/cn/iocoder/yudao/module/infra/service/db/DatabaseTableServiceImpl.java
@@ -13,9 +13,9 @@
import com.baomidou.mybatisplus.generator.config.po.TableInfo;
import com.baomidou.mybatisplus.generator.config.rules.DateType;
import com.baomidou.mybatisplus.generator.query.SQLQuery;
-import jakarta.annotation.Resource;
import org.springframework.stereotype.Service;
+import javax.annotation.Resource;
import java.util.Comparator;
import java.util.List;
import java.util.Objects;