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 2023/07/12 10:42:46 UTC

[camel] branch rest-assured-5.3.1 created (now 1bdf703c0a6)

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

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


      at 1bdf703c0a6 Upgrade Rest Assured to version 5.3.1

This branch includes the following new commits:

     new 1bdf703c0a6 Upgrade Rest Assured to version 5.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] 01/01: Upgrade Rest Assured to version 5.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 rest-assured-5.3.1
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1bdf703c0a6dcb1b43f60986c96c7845a597140d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 12 12:42:13 2023 +0200

    Upgrade Rest Assured to version 5.3.1
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 84e166ea15d..e6836f6e297 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -416,7 +416,7 @@
         <reactor-netty-version>1.1.6</reactor-netty-version>
         <redisson-version>3.22.1</redisson-version>
         <resilience4j-version>2.0.2</resilience4j-version>
-        <rest-assured-version>5.3.0</rest-assured-version>
+        <rest-assured-version>5.3.1</rest-assured-version>
         <roaster-version>2.28.0.Final</roaster-version>
         <robotframework-version>4.1.2</robotframework-version>
         <rocketmq-version>4.9.4</rocketmq-version>