mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 08:37:26 +08:00
修复junit被关联引入的bug, JschUtil新增一个重载方法以支持私钥以byte数组形式载入
This commit is contained in:
parent
f941bf1dd3
commit
05855f7033
@ -2,12 +2,14 @@
|
|||||||
# 🚀Changelog
|
# 🚀Changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.18.M1 (2023-04-14)
|
# 5.8.18.M1 (2023-04-16)
|
||||||
|
|
||||||
### 🐣新特性
|
### 🐣新特性
|
||||||
|
* 【extra 】 JschUtil新增一个重载方法以支持私钥以byte数组形式载入(pr#3057@Github)
|
||||||
|
|
||||||
### 🐞Bug修复
|
### 🐞Bug修复
|
||||||
* 【core 】 修复CollUtil.reverseNew针对非可变列表异常(issue#3056@Github)
|
* 【core 】 修复CollUtil.reverseNew针对非可变列表异常(issue#3056@Github)
|
||||||
|
* 【all 】 修复junit被关联引入的bug(issue#3062@Github)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.17 (2023-04-12)
|
# 5.8.17 (2023-04-12)
|
||||||
|
1
pom.xml
1
pom.xml
@ -55,6 +55,7 @@
|
|||||||
<groupId>org.junit.vintage</groupId>
|
<groupId>org.junit.vintage</groupId>
|
||||||
<artifactId>junit-vintage-engine</artifactId>
|
<artifactId>junit-vintage-engine</artifactId>
|
||||||
<version>${junit.version}</version>
|
<version>${junit.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user