Skip to content

Commit 0d37624

Browse files
Update labkeyVersion to 25.3.13
2 parents a9044a9 + d89754d commit 0d37624

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildFromSource=true
4444

4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
47-
labkeyVersion=25.3.12
47+
labkeyVersion=25.3.13
4848
labkeyClientApiVersion=6.2.0
4949

5050
# Version numbers for the various binary artifacts that are included when
@@ -266,6 +266,7 @@ poiVersion=5.4.0
266266

267267
pollingWatchVersion=0.2.0
268268

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

271272
quartzVersion=2.5.0
@@ -291,7 +292,7 @@ snappyJavaVersion=1.1.10.7
291292
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
292293
springBootVersion=3.4.5
293294
# This usually matches the Spring Framework version dictated by springBootVersion
294-
springVersion=6.2.7
295+
springVersion=6.2.8
295296

296297
sqliteJdbcVersion=3.49.1.0
297298

0 commit comments

Comments
 (0)