This is an automated email from the ASF dual-hosted git repository.

amestry pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 089d2b08c6a9eaba5a06591d3f752d6656dde4bf
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 dd5dd82..3785b4e 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>

Reply via email to