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/01/22 14:25:16 UTC

[camel] branch master updated: Upgrade Rest-assured to version 4.2.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 6544efa  Upgrade Rest-assured to version 4.2.0
6544efa is described below

commit 6544efa2efa144ade2a107b5ab1568dfe6d40467
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 22 15:24:15 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 9242533..2e54f40 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -545,7 +545,7 @@
         <regexp-bundle-version>1.4_1</regexp-bundle-version>
         <rescu-version>2.0.2</rescu-version>
         <resilience4j-version>1.2.0</resilience4j-version>
-        <rest-assured-version>4.1.2</rest-assured-version>
+        <rest-assured-version>4.2.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>