Bump com.h2database:h2 from 2.1.214 to 2.3.232 (#2314)

This commit is contained in:
Ludy
2024-11-24 15:36:53 +01:00
committed by GitHub
parent 8445f2719b
commit 8f4709d82e
5 changed files with 12 additions and 9 deletions

View File

@@ -145,9 +145,8 @@ dependencies {
implementation 'org.springframework.security:spring-security-saml2-service-provider:6.4.1'
implementation 'com.unboundid.product.scim2:scim2-sdk-client:2.3.5'
//2.2.x requires rebuild of DB file.. need migration path
runtimeOnly "com.h2database:h2:2.1.214"
// runtimeOnly "com.h2database:h2:2.3.232"
// Don't upgrade h2database
runtimeOnly "com.h2database:h2:2.3.232"
constraints {
implementation "org.opensaml:opensaml-core"
implementation "org.opensaml:opensaml-saml-api"