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/20 08:38:09 UTC

[camel-k-runtime] 01/01: Bump 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 rest-assured-4.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit d6a62f4bf00a15727850009a44cf3e316ac95fa6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 20 09:38:02 2020 +0100

    Bump Rest-assured to version 4.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b42c7c1..40bf48e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
         <jandex.version>2.1.2.Final</jandex.version>
         <javapoet.version>1.11.1</javapoet.version>
         <auto-service.version>1.0-rc6</auto-service.version>
-        <rest-assured.version>4.2.0</rest-assured.version>
+        <rest-assured.version>4.3.0</rest-assured.version>
         <gmavenplus-plugin.version>1.7.1</gmavenplus-plugin.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>