1
mirror of https://github.com/CarmJos/EasySQL.git synced 2024-09-19 21:35:47 +00:00

Merge pull request #48 from CarmJos/dependabot/maven/com.h2database-h2-2.1.214

Bump h2 from 2.1.212 to 2.1.214
This commit is contained in:
Carm Jos 2022-06-15 23:18:40 +08:00 committed by GitHub
commit 421fe9f454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.212</version>
<version>2.1.214</version>
<scope>test</scope>
</dependency>