This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 037d15c Upgrade REST-assured to version 3.2.0 037d15c is described below commit 037d15c209e0360b4a6e2e4bb91a1887c19f9414 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Fri Oct 19 20:14:45 2018 +0200 Upgrade REST-assured to version 3.2.0 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index ec7d8c6..1e8f268 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -585,7 +585,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.1.1</rest-assured-version> + <rest-assured-version>3.2.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>