From 778e5a14947a2dcb9a3d69a8438754f63fddc2d6 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 15 Jul 2026 14:14:03 -0700 Subject: [PATCH 1/2] Update labkey-api-java version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9f513b241d..9215ef39d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,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=26.3-SNAPSHOT -labkeyClientApiVersion=7.2.0 +labkeyClientApiVersion=7.3.0 # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions. From 1d8a43b8d9b80afb0104cc18e530be91c1b733df Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 15 Jul 2026 16:18:58 -0700 Subject: [PATCH 2/2] Update a couple more dependencies --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9215ef39d1..1ff6179372 100644 --- a/gradle.properties +++ b/gradle.properties @@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.7 apacheMinaVersion=2.2.7 # Usually matches the version specified as a Spring Boot dependency (see springBootVersion below) -apacheTomcatVersion=11.0.23 +apacheTomcatVersion=11.0.24 # (mothership) -> json-path -> json-smart -> accessor-smart # (core) -> graalvm @@ -246,7 +246,7 @@ jxlVersion=2.6.3 kaptchaVersion=2.3 -log4j2Version=2.26.0 +log4j2Version=2.26.1 lombokVersion=1.18.42