Skip to content

Commit 2e16e2c

Browse files
dependabot[bot]karesti
authored andcommitted
Bump com.h2database:h2 from 2.3.232 to 2.4.240
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.3.232 to 2.4.240. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.3.232...version-2.4.240) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.4.240 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 797183a commit 2e16e2c

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.232</version>
45+
<version>2.4.240</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.232</version.h2>
15+
<version.h2>2.4.240</version.h2>
1616
</properties>
1717

1818
<build>

0 commit comments

Comments
 (0)