Skip to content

Commit

Permalink
build: v4.1.6 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jun 1, 2024
1 parent 582f08a commit cf87b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jboot v4.1.6 2024-06-01:
优化:优化 SentinelUtil 工具类
优化:修正异常信息的错别字问题
优化:升级 JFinal 等相关依赖到最新版本
优化:升级 jedis 到最新版本并做好相关适配的修改
优化:升级并适配 Jedis 到最新版本
修复:SentinelInterceptor 捕获异常后,渲染完页面要关闭输出流,感谢 @caoyuan


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
<scope>provided</scope>
<!-- <scope>provided</scope>-->
</dependency>

<dependency>
Expand Down

0 comments on commit cf87b2c

Please sign in to comment.