From ea91a355184256f72a093453eb3214935c3e72ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:17:36 +0100 Subject: [PATCH] build(deps): bump org.postgresql:postgresql from 42.7.10 to 42.7.11 (#6375) Signed-off-by: dependabot[bot] --- app/proprietary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }