Skip to content

Commit

Permalink
build(deps): bump com.h2database:h2 from 2.2.220 to 2.2.222
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>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent ea98813 commit 7d0619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val assertjVersion = "3.24.2"
val flywayVersion = "9.21.1"
val h2Version = "2.2.220"
val h2Version = "2.2.222"
val hikaricpVersion = "5.0.1"
val junitJupiterVersion = "5.10.0"
val konfigVersion = "1.6.10.0"
Expand Down

0 comments on commit 7d0619f

Please sign in to comment.