From 259bca011c72b031dc489baf34de1324c5a19fe2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 22:52:40 +0100 Subject: [PATCH] Bump unirest-java from 3.4.01 to 3.4.03 (#5932) * 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] * Add to module-info * Update module-info.java Co-authored-by: Tobias Diez --- build.gradle | 2 +- src/main/java/module-info.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a56965e0f67..7c81347efdb 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.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' diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index 1ab27163108..1ec7fcc330d 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -63,6 +63,7 @@ requires org.apache.xmpbox; requires de.saxsys.mvvmfx.validation; requires richtextfx; + requires com.google.gson; requires unirest.java; requires org.apache.httpcomponents.httpclient; requires org.jsoup;