Skip to content

Commit 2f99ab9

Browse files
[maven] (deps-dev): Bump com.h2database:h2 from 2.2.220 to 2.2.224 (#18)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.220 to 2.2.224. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.2.220...version-2.2.224) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac05e00 commit 2f99ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.h2database</groupId>
4444
<artifactId>h2</artifactId>
45-
<version>2.2.220</version>
45+
<version>2.2.224</version>
4646
<scope>test</scope>
4747
<!-- to compatible with "SELECT LAST_INSERT_ID()" -->
4848
</dependency>

0 commit comments

Comments
 (0)