Skip to content

Commit

Permalink
Merge pull request #7 from RADAR-base/update-latest-radar-auth
Browse files Browse the repository at this point in the history
hotfix:update latest radar-auth version
  • Loading branch information
nivemaham authored Oct 29, 2019
2 parents 202346c + fdd7aea commit 8c7e429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
dependencies {
api("org.radarbase:radar-jersey:0.2.2.2")
api("org.radarbase:radar-jersey:0.2.2.3")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"
Expand Down

0 comments on commit 8c7e429

Please sign in to comment.