Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,13 @@
<packageUrl regex="true">^pkg:maven/org\.itadaki/bzip2@.*$</packageUrl>
<cve>CVE-2005-1260</cve>
</suppress>

<!-- Related to the setting of channel binding as required, which is not relevant to us. -->
<suppress>
<notes><![CDATA[
file name: postgresql-42.7.4.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.postgresql/postgresql@.*$</packageUrl>
<vulnerabilityName>CVE-2025-49146</vulnerabilityName>
</suppress>
</suppressions>
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ poiVersion=5.4.0

pollingWatchVersion=0.2.0

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

quartzVersion=2.5.0

Expand Down