From ed17d04f34664df7e562802ec01d009a720e693d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 07:56:46 +0000 Subject: [PATCH] Bump unirest-java from 3.4.01 to 3.4.03 Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.4.01 to 3.4.03. - [Release notes](https://github.com/Kong/unirest-java/releases) - [Changelog](https://github.com/Kong/unirest-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kong/unirest-java/compare/v3.4.01...v3.4.03) 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 76f0292276a..a8c38b3e748 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ dependencies { compile 'org.controlsfx:controlsfx:11.0.1' compile 'org.jsoup:jsoup:1.12.1' - compile 'com.konghq:unirest-java:3.4.01' + compile 'com.konghq:unirest-java:3.4.03' compile 'org.slf4j:slf4j-api:2.0.0-alpha1' compile group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '3.0.0-SNAPSHOT'