From 16576c1789b66dee47e4e7d65ebeb7fdd0c33dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:36:30 +0100 Subject: [PATCH] build(deps): bump org.postgresql:postgresql from 42.7.7 to 42.7.8 (#4479) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 39b7df6fd..de0e469cd 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"