From 29e8e4833757b591e91ece0f8e66df39b4fd63b2 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 15 Jul 2026 17:42:15 -0700 Subject: [PATCH] Update labkey-api-java version (#1448) ## Rationale Latest version ## Related Tag - https://github.com/LabKey/labkey-api-java/releases/tag/v7.3.0 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9f513b241d..1ff6179372 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. @@ -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