You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/09/12 08:04:14 UTC

[camel] branch master updated: Upgrade RESTAssured to version 4.1.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 826a005  Upgrade RESTAssured to version 4.1.1
826a005 is described below

commit 826a00507239cf8e97fd33f2827a41284f4d1349
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Thu Sep 12 10:03:37 2019 +0200

    Upgrade RESTAssured to version 4.1.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3bdfeea..3412196 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -538,7 +538,7 @@
         <reflections-bundle-version>0.9.11_1</reflections-bundle-version>
         <regexp-bundle-version>1.4_1</regexp-bundle-version>
         <rescu-version>2.0.2</rescu-version>
-        <rest-assured-version>3.3.0</rest-assured-version>
+        <rest-assured-version>4.1.1</rest-assured-version>
         <restlet-version>2.3.12</restlet-version>
         <restlet-woodstox-version>4.3.0</restlet-woodstox-version>
         <revapi-java-version>0.19.1</revapi-java-version>