You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/01/24 16:47:47 UTC

[knox] 06/09: KNOX-2193 - Upgrade rest-assured to 4.2.0

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit e5252e33444f9376959105f62fc46217ae255972
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Jan 24 10:34:31 2020 -0500

    KNOX-2193 - Upgrade rest-assured to 4.2.0
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b53477..fdbaf58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
         <opensaml.version>3.4.3</opensaml.version>
         <pac4j.version>3.8.3</pac4j.version>
         <protobuf.version>3.11.1</protobuf.version>
-        <rest-assured.version>4.1.2</rest-assured.version>
+        <rest-assured.version>4.2.0</rest-assured.version>
         <shiro.version>1.4.2</shiro.version>
         <shrinkwrap.version>1.2.6</shrinkwrap.version>
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>