From b63e8f5b08264a534c0759a3e1a3d61d5b54526e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 07:25:02 +0000 Subject: [PATCH] Bump com.konghq:unirest-java from 3.14.2 to 3.14.5 in /project_service Bumps [com.konghq:unirest-java](https://github.com/Kong/unirest-java) from 3.14.2 to 3.14.5. - [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.2...v3.14.5) --- updated-dependencies: - dependency-name: com.konghq:unirest-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- project_service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_service/build.gradle b/project_service/build.gradle index 02547f4..42d0dbc 100644 --- a/project_service/build.gradle +++ b/project_service/build.gradle @@ -32,7 +32,7 @@ dependencies { // compileOnly will be moved into the lib dir afterwards implementation "i5:las2peer-bundle:${project.property('core.version')}" - implementation "com.konghq:unirest-java:3.14.2" + implementation "com.konghq:unirest-java:3.14.5" }