Skip to content

Commit

Permalink
chore(gradle): bump com.h2database:h2 from 2.1.212 to 2.2.224
Browse files Browse the repository at this point in the history
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.1.212 to 2.2.224.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.212...version-2.2.224)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 466bb0c commit da1c546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation libs.assertj

testImplementation project(':engine-test-utils')
testImplementation 'com.h2database:h2:2.1.212'
testImplementation 'com.h2database:h2:2.2.224'

testRuntimeOnly project(':log-to-slf4j')
testRuntimeOnly project(':configs')
Expand Down

0 comments on commit da1c546

Please sign in to comment.