You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/08/21 08:15:37 UTC

[camel] branch master updated: Upgrade Rest Assured to version 3.1.1

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

acosentino 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 dc95c9c  Upgrade Rest Assured to version 3.1.1
dc95c9c is described below

commit dc95c9ca837113f2793a190326ac8874c859ef0b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 21 10:15:16 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 6a11d63..0796a43 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -585,7 +585,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.1.0</rest-assured-version>
+    <rest-assured-version>3.1.1</rest-assured-version>
     <restlet-version>2.3.12</restlet-version>
     <restlet-woodstox-version>4.3.0</restlet-woodstox-version>
     <restlet-yaml-version>1.13</restlet-yaml-version>