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/07/08 09:22:15 UTC

[camel-k-runtime] branch ra-4.3.1 created (now 1048063)

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

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


      at 1048063  Upgrade Rest Assured to version 4.3.1

This branch includes the following new commits:

     new 1048063  Upgrade Rest Assured to version 4.3.1

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: Upgrade Rest Assured to version 4.3.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch ra-4.3.1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 1048063631d476e89c597189f64490ef25c80784
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 8 11:22:08 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index bd17cd6..209b5f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
         <quarkus.version>1.5.0.Final</quarkus.version>
         <jandex.version>2.1.3.Final</jandex.version>
         <javapoet.version>1.11.1</javapoet.version>
-        <rest-assured.version>4.3.0</rest-assured.version>
+        <rest-assured.version>4.3.1</rest-assured.version>
         <hamcrest.version>2.2</hamcrest.version>
         <jaeger.version>1.2.0</jaeger.version>