Skip to content

Commit e51d0ec

Browse files
dependabot[bot]karesti
authored andcommitted
Bump com.h2database:h2 from 2.3.230 to 2.3.232
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.3.230 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.3.230...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d4bef3 commit e51d0ec

File tree

2 files changed

+2
-2
lines changed
  • infinispan-remote/persistence/sql-store
  • integrations/hibernate/local

2 files changed

+2
-2
lines changed

infinispan-remote/persistence/sql-store/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.3.230</version>
45+
<version>2.3.232</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>commons-io</groupId>

integrations/hibernate/local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Infinispan Simple Tutorials: Hibernate Cache Local</name>
1313

1414
<properties>
15-
<version.h2>2.3.230</version.h2>
15+
<version.h2>2.3.232</version.h2>
1616
</properties>
1717

1818
<build>

0 commit comments

Comments
 (0)