Skip to content

Commit 53cb77f

Browse files
1 parent c2239a7 commit 53cb77f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dependencyCheckSuppression.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,13 @@
217217
<packageUrl regex="true">^pkg:maven/org\.itadaki/bzip2@.*$</packageUrl>
218218
<cve>CVE-2005-1260</cve>
219219
</suppress>
220+
221+
<!-- Related to the setting of channel binding as required, which is not relevant to us. -->
222+
<suppress>
223+
<notes><![CDATA[
224+
file name: postgresql-42.7.4.jar
225+
]]></notes>
226+
<packageUrl regex="true">^pkg:maven/org\.postgresql/postgresql@.*$</packageUrl>
227+
<vulnerabilityName>CVE-2025-49146</vulnerabilityName>
228+
</suppress>
220229
</suppressions>

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ poiVersion=5.4.0
266266

267267
pollingWatchVersion=0.2.0
268268

269-
postgresqlDriverVersion=42.7.7
269+
# Newer versions of the driver have a perf degradation that's important for us. https://github.com/pgjdbc/pgjdbc/issues/3505
270+
postgresqlDriverVersion=42.7.4
270271

271272
quartzVersion=2.5.0
272273

0 commit comments

Comments
 (0)