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-db</artifactId>
@@ -38,7 +38,7 @@
<druid.version>1.2.17</druid.version>
<!-- 固定4.x -->
<hikariCP.version>4.0.3</hikariCP.version>
<sqlite.version>3.42.0.0</sqlite.version>
<sqlite.version>3.43.0.0</sqlite.version>
<!-- 此处固定2.5.x支持到JDK8 -->
<hsqldb.version>2.5.2</hsqldb.version>
</properties>
@@ -94,7 +94,7 @@
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
@@ -150,13 +150,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.4</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>
<dependency>