diff --git a/app/proprietary/build.gradle b/app/proprietary/build.gradle index 9ef3f11c5..26f91f704 100644 --- a/app/proprietary/build.gradle +++ b/app/proprietary/build.gradle @@ -63,7 +63,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 - runtimeOnly 'org.postgresql:postgresql:42.7.7' + runtimeOnly 'org.postgresql:postgresql:42.7.8' constraints { implementation "org.opensaml:opensaml-core:$openSamlVersion" implementation "org.opensaml:opensaml-saml-api:$openSamlVersion"