Skip to content

Commit af2dee8

Browse files
Bump com.h2database:h2 from 2.2.220 to 2.3.232 (#400)
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.220 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.2.220...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a0e1eb commit af2dee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-alternatives/spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.h2database</groupId>
4242
<artifactId>h2</artifactId>
43-
<version>2.2.220</version>
43+
<version>2.3.232</version>
4444
<scope>test</scope>
4545
</dependency>
4646

hibernate-alternatives/spring-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.h2database</groupId>
3737
<artifactId>h2</artifactId>
38-
<version>2.2.220</version>
38+
<version>2.3.232</version>
3939
<scope>test</scope>
4040
</dependency>
4141

0 commit comments

Comments
 (0)