From fdd7aea8dc0f336c73ae1bc71bc4f978bc3c8b33 Mon Sep 17 00:00:00 2001 From: nivethika Date: Tue, 29 Oct 2019 16:47:46 +0100 Subject: [PATCH] hotfix:update latest radar-auth version --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50e94f2..72834f7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ repositories { } dependencies { - api("org.radarbase:radar-jersey:0.2.2.2") + api("org.radarbase:radar-jersey:0.2.2.3") } ``` diff --git a/build.gradle b/build.gradle index bf7c133..d58084f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { description = 'Library for Jersey authorization, exception handling and configuration with the RADAR platform' group = 'org.radarbase' -version = '0.2.2.2' +version = '0.2.2.3' ext { githubRepoName = 'RADAR-base/radar-jersey' @@ -14,7 +14,7 @@ ext { website = 'http://radar-base.org' hk2Version = "2.6.1" - managementPortalVersion = "0.5.7" + managementPortalVersion = "0.5.8" jakartaWsRsVersion = "2.1.6" jakartaAnnotationVersion = "1.3.5" jerseyVersion = "2.29.1"