修复junit被关联引入的bug, JschUtil新增一个重载方法以支持私钥以byte数组形式载入

This commit is contained in:
Looly 2023-04-16 23:29:01 +08:00
parent f941bf1dd3
commit 05855f7033
2 changed files with 4 additions and 1 deletions

View File

@ -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被关联引入的bugissue#3062@Github
------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------
# 5.8.17 (2023-04-12) # 5.8.17 (2023-04-12)

View File

@ -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>