Skip to content

Commit

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

---
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] committed Oct 31, 2023
1 parent 98595fe commit ecc3224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Externalized Properties module for resolving properties from a da
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.222"
}

jar {
Expand Down

0 comments on commit ecc3224

Please sign in to comment.