Skip to content

Commit

Permalink
Bump com.h2database:h2 from 2.2.220 to 2.2.222 (#318)
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.2.222.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.2.220...version-2.2.222)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent c542e15 commit 54efed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation(libs.micrometer.core)
implementation(libs.commons.lang3)
implementation("io.micrometer:micrometer-registry-prometheus:1.11.3")
implementation("com.h2database:h2:2.2.220")
implementation("com.h2database:h2:2.2.222")
implementation("org.apache.derby:derby:10.16.1.1")
implementation("org.apache.derby:derbyclient:10.16.1.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
Expand Down

0 comments on commit 54efed4

Please sign in to comment.