Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c97bb21 commit 59bec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
// Higher version of the sql connector breaks liquidbase with OpenMRS
implementation 'mysql:mysql-connector-java:8.0.22'
implementation 'com.owlike:genson:1.6'
implementation 'com.h2database:h2:2.1.214'
implementation 'com.h2database:h2:2.2.220'
}

apply plugin: 'java'
Expand Down

0 comments on commit 59bec46

Please sign in to comment.