From 59bd3d971cfb4035157c1e212f117ade995e89a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2019 06:35:29 -0800 Subject: [PATCH] Bump cloudfoundry-client-reactor from 4.0.1.RELEASE to 4.2.0.RELEASE (#134) Bumps [cloudfoundry-client-reactor](https://github.com/cloudfoundry/cf-java-client) from 4.0.1.RELEASE to 4.2.0.RELEASE. - [Release notes](https://github.com/cloudfoundry/cf-java-client/releases) - [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.0.1.RELEASE...v4.2.0.RELEASE) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8683a58..08231610 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } implementation('org.apache.httpcomponents:httpclient:4.5.10') - implementation('org.cloudfoundry:cloudfoundry-client-reactor:4.0.1.RELEASE') + implementation('org.cloudfoundry:cloudfoundry-client-reactor:4.2.0.RELEASE') implementation('org.cloudfoundry:cloudfoundry-operations:4.2.0.RELEASE') implementation('io.projectreactor:reactor-core:3.3.1.RELEASE') //implementation('io.projectreactor:reactor-tools:3.3.0.RELEASE')