From 13d0c36a53983f0ccaa81b327fd00e71e16d8f38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 15:32:04 +0200 Subject: [PATCH] Bump unirest-java from 3.7.01 to 3.7.02 (#6275) Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.7.01 to 3.7.02. - [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.7.01...v3.7.02) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9185f0bd110..7b8db230e94 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,7 @@ dependencies { implementation 'org.controlsfx:controlsfx:11.0.1' implementation 'org.jsoup:jsoup:1.13.1' - implementation 'com.konghq:unirest-java:3.7.01' + implementation 'com.konghq:unirest-java:3.7.02' implementation 'org.slf4j:slf4j-api:2.0.0-alpha1' implementation group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '3.0.0-SNAPSHOT'