update dependency

This commit is contained in:
Looly
2025-11-04 15:23:26 +08:00
parent 3b15ae08ae
commit f60f20243d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.42(2025-10-29)
# 5.8.42(2025-11-04)
### 🐣新特性
* 【core 】 `ListUtil`增加`zip`方法pr#4052@Github
@@ -11,7 +11,7 @@
### 🐞Bug修复
* 【jwt 】 修复verify方法在定义alg为`none`时验证失效问题issue#4105@Github
* 【extra 】 修复`JschSessionPool.remove`逻辑错误问题
* 【extra 】 修复`JschSessionPool.remove`逻辑错误问题issue#ID4XZ7@gitee
* 【db 】 修复`Dialect.psForCount`未传入Wrapper导致大小写问题issue#ID39G9@Gitee
* 【core 】 修复`PasswdStrength.check`indexOf逻辑问题pr#4114@Github
* 【http 】 修复`HttpConnection.reflectSetMethod`反射在JDK9+权限问题issue#4109@Github

View File

@@ -151,7 +151,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.2.0.jre8</version>
<version>13.2.1.jre8</version>
<scope>test</scope>
</dependency>
<dependency>