update dependency

This commit is contained in:
Looly
2024-02-10 20:04:25 +08:00
parent 058c801442
commit 90817a1db6
7 changed files with 11 additions and 11 deletions

View File

@@ -84,7 +84,7 @@
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
@@ -169,7 +169,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>
<dependency>