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 cd4d71ad49..c672d7492a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,7 +44,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary -labkeyVersion=25.3.12 +labkeyVersion=25.3.13 labkeyClientApiVersion=6.2.0 # Version numbers for the various binary artifacts that are included when @@ -266,6 +266,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 @@ -291,7 +292,7 @@ snappyJavaVersion=1.1.10.7 # Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version springBootVersion=3.4.5 # This usually matches the Spring Framework version dictated by springBootVersion -springVersion=6.2.7 +springVersion=6.2.8 sqliteJdbcVersion=3.49.1.0