Skip to content

Commit

Permalink
Merge pull request #49 from at88mph/vulnerability-fix
Browse files Browse the repository at this point in the history
Update nimbus library.
  • Loading branch information
at88mph authored Jun 13, 2024
2 parents 3bbf6d7 + 9261b66 commit bd6bde8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cadc-web-token/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

group = 'org.opencadc'
version = '1.1.0'
version = '1.1.1'
sourceCompatibility = '1.8'

description = 'OpenCADC Cookie and OIDC Access Token manager'
Expand All @@ -42,7 +42,7 @@ publishing {
}

dependencies {
api 'com.nimbusds:oauth2-oidc-sdk:11.6'
api 'com.nimbusds:oauth2-oidc-sdk:11.12'

implementation 'org.opencadc:cadc-registry:[1.7.4,2.0.0)'
implementation 'org.opencadc:cadc-util:[1.10.0,2.0.0)'
Expand All @@ -51,5 +51,5 @@ dependencies {
implementation 'redis.clients:jedis:[5.0.2,6.0.0)'

// Use JUnit test framework.
testImplementation 'junit:junit:4.13.2'
testImplementation 'junit:junit:[4.13.2, 5.0)'
}

0 comments on commit bd6bde8

Please sign in to comment.