Skip to content

Commit

Permalink
Bump com.h2database:h2 from 1.3.176 to 2.3.230
Browse files Browse the repository at this point in the history
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 1.3.176 to 2.3.230.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.3.230)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and karesti committed Jul 24, 2024
1 parent 41f978f commit 5648fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infinispan-remote/persistence/sql-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>2.3.230</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/hibernate/local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Infinispan Simple Tutorials: Hibernate Cache Local</name>

<properties>
<version.h2>1.3.176</version.h2>
<version.h2>2.3.230</version.h2>
</properties>

<build>
Expand Down

0 comments on commit 5648fad

Please sign in to comment.