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

This commit is contained in:
Renovate Bot 2025-03-01 17:42:52 +00:00
parent cbcdb22670
commit 5b7a86bc9d

View file

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