From b90120ec89ddfc4cbe8e947354cd390fc4ac0847 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:58:51 +0000 Subject: [PATCH] Bump unirest-java from 3.5.00 to 3.6.00 Bumps [unirest-java](/~https://github.com/Kong/unirest-java) from 3.5.00 to 3.6.00. - [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.5.00...v3.6.00) 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 863dd68d3db..79b7d120a86 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.2' - compile 'com.konghq:unirest-java:3.5.00' + compile 'com.konghq:unirest-java:3.6.00' compile 'org.slf4j:slf4j-api:2.0.0-alpha1' compile group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '3.0.0-SNAPSHOT'