diff --git a/cadc-web-token/build.gradle b/cadc-web-token/build.gradle index dcfd2c2..742375e 100644 --- a/cadc-web-token/build.gradle +++ b/cadc-web-token/build.gradle @@ -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' @@ -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)' @@ -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)' }