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 2019/10/08 12:18:05 UTC

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

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 d0670ee  Upgrade Rest Assured to version 4.1.2
d0670ee is described below

commit d0670eecbcc085dc97f232dfd4bff27a5e561ed3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 8 14:17:33 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 9231358..e72ee72 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>4.1.1</rest-assured-version>
+        <rest-assured-version>4.1.2</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>