diff --git a/app/proprietary/build.gradle b/app/proprietary/build.gradle index e79a44024..e923ae622 100644 --- a/app/proprietary/build.gradle +++ b/app/proprietary/build.gradle @@ -67,7 +67,7 @@ dependencies { runtimeOnly "io.jsonwebtoken:jjwt-impl:$jwtVersion" runtimeOnly "io.jsonwebtoken:jjwt-jackson:$jwtVersion" runtimeOnly 'com.h2database:h2:2.3.232' // Don't upgrade h2database - file format incompatible with 2.4.x, would break existing user databases - runtimeOnly 'org.postgresql:postgresql:42.7.10' + runtimeOnly 'org.postgresql:postgresql:42.7.11' implementation('com.coveo:saml-client:5.0.0') { exclude group: 'org.opensaml', module: 'opensaml-core' }