From 42fbebf959ff94a96f6b81595eac7ed6fb695f7a Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Thu, 3 Oct 2024 13:33:11 -0700 Subject: [PATCH] fix: latest gms to ensure userinfo endpoint is from identity provider discovery --- cavern/VERSION | 2 +- cavern/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cavern/VERSION b/cavern/VERSION index 18da25a3..224b9d06 100644 --- a/cavern/VERSION +++ b/cavern/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=0.7.13 +VER=0.7.14 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/cavern/build.gradle b/cavern/build.gradle index dea9bdbb..97ee5f19 100644 --- a/cavern/build.gradle +++ b/cavern/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.opencadc:cadc-uws:[1.0.3,)' implementation 'org.opencadc:cadc-uws-server:[1.2.20,)' implementation 'org.opencadc:cadc-cdp:[1.0,)' - implementation 'org.opencadc:cadc-gms:[1.0.12,)' + implementation 'org.opencadc:cadc-gms:[1.0.14,)' implementation 'org.opencadc:cadc-dali:[1.0,)' implementation 'org.opencadc:cadc-pkg-server:[1.2.3,)' implementation 'org.opencadc:cadc-vos:[2.0.7,)'