This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 23ed110 Upgrade Rest Assured to version 3.3.0 23ed110 is described below commit 23ed110d0641aaac7e0a9b29dd5ae8408e9691f0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 11 15:55:03 2019 +0100 Upgrade Rest Assured to version 3.3.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 76fcb38..3931331 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -574,7 +574,7 @@ <reflections-bundle-version>0.9.11_1</reflections-bundle-version> <regexp-bundle-version>1.4_1</regexp-bundle-version> <rescu-version>2.0.2</rescu-version> - <rest-assured-version>3.2.0</rest-assured-version> + <rest-assured-version>3.3.0</rest-assured-version> <restlet-version>2.3.12</restlet-version> <restlet-woodstox-version>4.3.0</restlet-woodstox-version> <restlet-yaml-version>1.13</restlet-yaml-version>