Update dependency com.h2database:h2 to v2.3.232

This commit is contained in:
Renovate Bot 2025-05-30 20:42:30 +00:00
parent ae79a59639
commit 7a95165944

View file

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