Skip to content

Commit

Permalink
升级依赖.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Sep 5, 2024
1 parent 9be6278 commit 0155425
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -69,7 +69,7 @@ ext {
"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",
"enjoy" : "com.jfinal:enjoy:5.2.2",
"logback-classic" : "ch.qos.logback:logback-classic:1.5.7",
]
}
Expand Down
3 changes: 3 additions & 0 deletions changelog-temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
- fix: 升级jsqlParser5.0解决 for update 语句错误
- fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
- fix: 修复removeMapper缓存清理不完全
- fix: 修复SqlServerQuery查询表注释乱码
- opt: Page属性访问调整为private,重写toString方法
- opt: 主键生成策略(uuid)不支持的类型打印警告日志
- opt: MybatisPlusException转化为PersistenceException子类
Expand All @@ -12,6 +14,7 @@
- feat: 支持tableName与schema属性占位符配
- feat: 代码生成器增加对虚拟列的属性获取
- feat: chain wrapper to lambda chain wrapper #6314
- feat: 代码生成器增加手动指定数据库驱动兼容不能自动注册的驱动实现
- feat: 升级kotlin2.0.0
- feat: 升级SpringBoot3.3.2
- feat: 升级fastjson2.0.52
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void test() throws IOException {
Assertions.assertFalse(bom.isOptional());
Assertions.assertEquals(dependenciesMap.get("spring-cloud-commons").getVersion(), "4.1.4");
Assertions.assertEquals(dependenciesMap.get("mybatis-spring").getVersion(), "3.0.4");
Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.2");
Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.3");
}
}

Expand Down

0 comments on commit 0155425

Please sign in to comment.