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

[camel] 01/01: Upgrade Rest Assured to version 5.3.1

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>