Compare commits

...

1 commit

Author SHA1 Message Date
renovate[bot]
5fa6ec9462
Update dependency com.h2database:h2 to v2 [SECURITY] 2024-08-17 07:06:21 +00:00

View file

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