From 3961dd9160385eef1d5599d1142a7460ef459dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:00:46 +0000 Subject: [PATCH] Bump unirest-java from 3.14.0 to 3.14.1 Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/Kong/unirest-java/releases) - [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kong/unirest-java/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: com.konghq:unirest-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8e5f5a936e..f41a7adc4c4 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,7 @@ dependencies { implementation 'org.controlsfx:controlsfx:11.1.2' implementation 'org.jsoup:jsoup:1.15.3' - implementation 'com.konghq:unirest-java:3.14.0' + implementation 'com.konghq:unirest-java:3.14.1' implementation 'org.slf4j:slf4j-api:2.0.5' implementation "org.tinylog:tinylog-api:2.5.0"