From 1d492f45044034829cb58e6cabc47f2bd2ab0b42 Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Wed, 14 Aug 2024 10:27:08 -0700 Subject: [PATCH] Reflect new FITS fix. --- minoc/VERSION | 2 +- minoc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minoc/VERSION b/minoc/VERSION index 5e40bddd..f7f13882 100644 --- a/minoc/VERSION +++ b/minoc/VERSION @@ -4,6 +4,6 @@ # tags with and without build number so operators use the versioned # tag but we always keep a timestamped tag in case a semantic tag gets # replaced accidentally -VER=1.0.5 +VER=1.0.6 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/minoc/build.gradle b/minoc/build.gradle index 1551e09e..c3b7db4e 100644 --- a/minoc/build.gradle +++ b/minoc/build.gradle @@ -32,7 +32,7 @@ dependencies { compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)' compile 'org.opencadc:cadc-rest:[1.3.14,)' compile 'org.opencadc:cadc-cdp:[1.0,)' - compile 'org.opencadc:cadc-data-ops-fits:[0.4.0,)' + compile 'org.opencadc:cadc-data-ops-fits:[0.4.1,)' compile 'org.opencadc:cadc-gms:[1.0.0,)' compile 'org.opencadc:cadc-inventory:[1.0,2.0)' compile 'org.opencadc:cadc-inventory-db:[1.0,2.0)'