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:08 UTC

[camel-k-runtime] branch rest-assured-4.3.0 created (now d6a62f4)

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

acosentino pushed a change to branch rest-assured-4.3.0
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at d6a62f4  Bump Rest-assured to version 4.3.0

This branch includes the following new commits:

     new d6a62f4  Bump Rest-assured to version 4.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-runtime] 01/01: Bump Rest-assured to version 4.3.0

Posted by ac...@apache.org.
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>