Skip to content

Commit

Permalink
Bump com.h2database:h2 from 2.2.220 to 2.3.232 (#400)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 3a0e1eb commit af2dee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hibernate-alternatives/spring-data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.3.232</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion hibernate-alternatives/spring-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.3.232</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit af2dee8

Please sign in to comment.