prepare 6.0.0-M7

This commit is contained in:
Looly
2023-09-18 22:01:52 +08:00
parent b7d02a86ad
commit cf394c857f
19 changed files with 43 additions and 43 deletions

View File

@@ -21,7 +21,7 @@
<parent>
<groupId>org.dromara.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>6.0.0-M6</version>
<version>6.0.0-M7</version>
</parent>
<artifactId>hutool-setting</artifactId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
<optional>true</optional>
</dependency>
</dependencies>