Update dependency com.h2database:h2 to v2 [SECURITY]

This commit is contained in:
renovate[bot] 2024-02-19 18:30:22 +00:00 committed by GitHub
parent a060144023
commit 57affab323
Failed to generate hash of commit

View file

@ -11,7 +11,7 @@ clean {
}
dependencies {
implementation 'com.h2database:h2:1.4.200'
implementation 'com.h2database:h2:2.2.220'
}
configurations {