diff --git a/dependencyCheckSuppression.xml b/dependencyCheckSuppression.xml index e05aa61253..0ec7e51890 100644 --- a/dependencyCheckSuppression.xml +++ b/dependencyCheckSuppression.xml @@ -217,4 +217,13 @@ ^pkg:maven/org\.itadaki/bzip2@.*$ CVE-2005-1260 + + + + + ^pkg:maven/org\.postgresql/postgresql@.*$ + CVE-2025-49146 + diff --git a/gradle.properties b/gradle.properties index 7516287bcd..3250759761 100644 --- a/gradle.properties +++ b/gradle.properties @@ -263,6 +263,7 @@ poiVersion=5.4.0 pollingWatchVersion=0.2.0 +# 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 @@ -288,7 +289,7 @@ snappyJavaVersion=1.1.10.7 # Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version springBootVersion=3.5.0 # This usually matches the Spring Framework version dictated by springBootVersion -springVersion=6.2.7 +springVersion=6.2.8 sqliteJdbcVersion=3.49.1.0