Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent aeae197 commit 931cbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks.named<Jar>("jar") {
dependencies {
implementation(project(":externalized-properties-core"))
testImplementation(testFixtures(project(":externalized-properties-core")))
testImplementation("com.h2database:h2:2.1.214")
testImplementation("com.h2database:h2:2.2.224")
}

testing {
Expand Down

0 comments on commit 931cbe9

Please sign in to comment.