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 2020/03/16 16:10:01 UTC

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

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 76f784a  Upgrade Rest Assured to version 4.3.0
76f784a is described below

commit 76f784aaf2ac1d3653923a59672123093c3215bd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 16 17:09:36 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 75492ec..b6bfe43 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -562,7 +562,7 @@
         <regexp-bundle-version>1.4_1</regexp-bundle-version>
         <rescu-version>2.0.2</rescu-version>
         <resilience4j-version>1.3.0</resilience4j-version>
-        <rest-assured-version>4.2.0</rest-assured-version>
+        <rest-assured-version>4.3.0</rest-assured-version>
         <revapi-java-version>0.20.0</revapi-java-version>
         <revapi-maven-plugin-version>0.11.2</revapi-maven-plugin-version>
         <rhino-version>1.7.7.1</rhino-version>