From e13f4432416bd8da10135b162f194944d093641d Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Wed, 30 Oct 2024 16:33:24 -0700 Subject: [PATCH] luskan 1.0.4 update dependency for MAXREC bug --- luskan/VERSION | 2 +- luskan/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luskan/VERSION b/luskan/VERSION index b459d087..0f238d72 100644 --- a/luskan/VERSION +++ b/luskan/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=1.0.3 +VER=1.0.4 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/luskan/build.gradle b/luskan/build.gradle index 86dc4337..a80fba7d 100644 --- a/luskan/build.gradle +++ b/luskan/build.gradle @@ -37,7 +37,7 @@ dependencies { compile 'org.opencadc:cadc-uws:[1.0.3,)' compile 'org.opencadc:cadc-uws-server:[1.2.18,)' compile 'org.opencadc:cadc-dali:[1.2.13,)' - compile 'org.opencadc:cadc-tap-server:[1.1.20,)' + compile 'org.opencadc:cadc-tap-server:[1.1.26,)' compile 'org.opencadc:cadc-tap-schema:[1.1.31,)' compile 'org.opencadc:cadc-tap-server-pg:[1.0.5,)'