Repository: knox
Updated Branches:
  refs/heads/master 9ad9bcdbb -> 62a23febb


KNOX-1076 - Update nimbus-jose-jwt to 4.41.2


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/62a23feb
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/62a23feb
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/62a23feb

Branch: refs/heads/master
Commit: 62a23febbe6f1bc4aaade9d1fa0540cea5a839f3
Parents: 9ad9bcd
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri Oct 27 15:45:43 2017 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Fri Oct 27 15:45:43 2017 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/62a23feb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58a4122..d97548b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -739,7 +739,7 @@
             <dependency>
               <groupId>com.nimbusds</groupId>
               <artifactId>nimbus-jose-jwt</artifactId>
-              <version>4.34.2</version>
+              <version>4.41.2</version>
               <scope>compile</scope>
               <exclusions>
                 <exclusion>
@@ -1281,7 +1281,7 @@
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>3.0</version>
+                <version>3.5</version>
                 <scope>test</scope>
             </dependency>
 
@@ -1315,12 +1315,12 @@
             <dependency>
                 <groupId>com.jayway.jsonpath</groupId>
                 <artifactId>json-path</artifactId>
-                <version>0.9.1</version>
+                <version>2.4.0</version>
             </dependency>
             <dependency>
                 <groupId>com.jayway.jsonpath</groupId>
                 <artifactId>json-path-assert</artifactId>
-                <version>0.9.1</version>
+                <version>2.4.0</version>
                 <scope>test</scope>
             </dependency>
 

Reply via email to