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 <anco...@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>