From d3838bd62c462c59c28f4c1ad842198e63d55ee4 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Tue, 28 Nov 2023 12:50:00 -0800 Subject: [PATCH] update cadc-util dependency for CVE --- baldur/VERSION | 2 +- baldur/build.gradle | 2 +- critwall/VERSION | 2 +- critwall/build.gradle | 2 +- fenwick/VERSION | 2 +- fenwick/build.gradle | 2 +- luskan/VERSION | 2 +- luskan/build.gradle | 2 +- minoc/VERSION | 2 +- minoc/build.gradle | 2 +- ratik/VERSION | 2 +- ratik/build.gradle | 2 +- raven/VERSION | 2 +- raven/build.gradle | 2 +- tantar/VERSION | 2 +- tantar/build.gradle | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/baldur/VERSION b/baldur/VERSION index d2bbc173..300f66c1 100644 --- a/baldur/VERSION +++ b/baldur/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=0.3.5 +VER=0.3.6 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/baldur/build.gradle b/baldur/build.gradle index 707c8d8e..5b00e5b9 100644 --- a/baldur/build.gradle +++ b/baldur/build.gradle @@ -24,7 +24,7 @@ war { } dependencies { - compile 'org.opencadc:cadc-util:[1.9,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-gms:[1.0,2.0)' compile 'org.opencadc:cadc-permissions:[0.2,)' // there is no cadc-permisssions-server lib because it's too simple diff --git a/critwall/VERSION b/critwall/VERSION index 72dba001..ba99f57c 100644 --- a/critwall/VERSION +++ b/critwall/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor[.patch] # build version tag: timestamp -VER=0.4.4 +VER=0.4.5 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/critwall/build.gradle b/critwall/build.gradle index 55ef45db..14aba0e8 100644 --- a/critwall/build.gradle +++ b/critwall/build.gradle @@ -20,7 +20,7 @@ mainClassName = 'org.opencadc.critwall.Main' dependencies { compile 'org.opencadc:cadc-storage-adapter:[0.8,1.0)' - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)' // cadc-inventory-db-0.15 is in the vos2 feature branch compile 'org.opencadc:cadc-inventory-db:[0.14.5,0.15.0)' diff --git a/fenwick/VERSION b/fenwick/VERSION index 9a52b536..fed2d595 100644 --- a/fenwick/VERSION +++ b/fenwick/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=0.5.6 +VER=0.5.7 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/fenwick/build.gradle b/fenwick/build.gradle index 030510f5..f61aa532 100644 --- a/fenwick/build.gradle +++ b/fenwick/build.gradle @@ -15,7 +15,7 @@ sourceCompatibility = 1.8 group = 'org.opencadc' dependencies { - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)' // temporarily limit this lib because cadc-inventory-db-0.15.0 is from the vos2 feature branch compile 'org.opencadc:cadc-inventory-db:[0.14.5,0.15)' diff --git a/luskan/VERSION b/luskan/VERSION index badc2ed3..e894843e 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=0.6.7 +VER=0.6.8 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/luskan/build.gradle b/luskan/build.gradle index 1bb4680c..cea3e1e8 100644 --- a/luskan/build.gradle +++ b/luskan/build.gradle @@ -29,7 +29,7 @@ dependencies { providedCompile 'javax.servlet:javax.servlet-api:[3.1.0,)' compile 'org.jdom:jdom2:[2.0,)' - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-rest:[1.3.14,2.0)' compile 'org.opencadc:cadc-log:[1.1.6,2.0)' compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)' diff --git a/minoc/VERSION b/minoc/VERSION index 6879a360..35809b89 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=0.9.8 +VER=0.9.9 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/minoc/build.gradle b/minoc/build.gradle index 09fd0ae5..45705d4f 100644 --- a/minoc/build.gradle +++ b/minoc/build.gradle @@ -26,7 +26,7 @@ war { } dependencies { - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-log:[1.1.6,2.0)' compile 'org.opencadc:cadc-registry:[1.7,)' compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)' diff --git a/ratik/VERSION b/ratik/VERSION index 6a55a2c3..79fec590 100644 --- a/ratik/VERSION +++ b/ratik/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=0.1.8 +VER=0.1.9 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/ratik/build.gradle b/ratik/build.gradle index da3f7ada..feaeb51b 100644 --- a/ratik/build.gradle +++ b/ratik/build.gradle @@ -15,7 +15,7 @@ sourceCompatibility = 1.8 group = 'org.opencadc' dependencies { - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)' // temporarily limit this lib because cadc-inventory-db-0.15.0 is from the vos2 feature branch compile 'org.opencadc:cadc-inventory-db:[0.14.6,0.15)' diff --git a/raven/VERSION b/raven/VERSION index bd72e5cf..b73f3577 100644 --- a/raven/VERSION +++ b/raven/VERSION @@ -2,6 +2,6 @@ # semantic version tag: major.minor[.patch] # build version tag: timestamp # tag: {semantic}-{build} -VER=0.7.9 +VER=0.7.10 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/raven/build.gradle b/raven/build.gradle index b3201509..c5069bfb 100644 --- a/raven/build.gradle +++ b/raven/build.gradle @@ -26,7 +26,7 @@ war { } dependencies { - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-log:[1.1.6,2.0)' compile 'org.opencadc:cadc-registry:[1.7,)' compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)' diff --git a/tantar/VERSION b/tantar/VERSION index 72dba001..ba99f57c 100644 --- a/tantar/VERSION +++ b/tantar/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor[.patch] # build version tag: timestamp -VER=0.4.4 +VER=0.4.5 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/tantar/build.gradle b/tantar/build.gradle index 20828b50..c59d7786 100644 --- a/tantar/build.gradle +++ b/tantar/build.gradle @@ -19,7 +19,7 @@ group = 'org.opencadc' mainClassName = 'org.opencadc.tantar.Main' dependencies { - compile 'org.opencadc:cadc-util:[1.9.6,2.0)' + compile 'org.opencadc:cadc-util:[1.10.2,2.0)' compile 'org.opencadc:cadc-log:[1.1.2,2.0)' compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)' compile 'org.opencadc:cadc-inventory-db:[0.14.5,1.0)'