We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797183a commit 2e16e2cCopy full SHA for 2e16e2c
infinispan-remote/persistence/sql-store/pom.xml
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>com.h2database</groupId>
44
<artifactId>h2</artifactId>
45
- <version>2.3.232</version>
+ <version>2.4.240</version>
46
</dependency>
47
48
<groupId>commons-io</groupId>
integrations/hibernate/local/pom.xml
@@ -12,7 +12,7 @@
12
<name>Infinispan Simple Tutorials: Hibernate Cache Local</name>
13
14
<properties>
15
- <version.h2>2.3.232</version.h2>
+ <version.h2>2.4.240</version.h2>
16
</properties>
17
18
<build>
0 commit comments