This is an automated email from the ASF dual-hosted git repository. amestry pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
commit cd4bb5497c28456c9a816eb7e6e37e1e1029c74d Author: Disha Talreja <[email protected]> AuthorDate: Tue Jul 27 16:48:27 2021 -0400 ATLAS-4372: Upgrade nimbus-jose-jwt to 9.8.1 Signed-off-by: Ashutosh Mestry <[email protected]> --- webapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/pom.xml b/webapp/pom.xml index ccbcc31..81bbb89 100755 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -439,7 +439,7 @@ <dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> - <version>5.4</version> + <version>9.8.1</version> <scope>compile</scope> <exclusions> <exclusion>
