Merge pull request #28 from Kingsrook/dependabot/maven/qqq-backend-module-rdbms/com.h2database-h2-2.2.220

Bump h2 from 2.1.214 to 2.2.220 in /qqq-backend-module-rdbms
This commit is contained in:
tim-chamberlain
2023-07-24 14:44:47 -05:00
committed by GitHub

View File

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