From bcbf1a1467a8ed914b81e908c2937fa839043735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:59:05 +0000 Subject: [PATCH] Bump com.konghq:unirest-java from 3.14.2 to 3.14.3 in /project_service Bumps [com.konghq:unirest-java](https://github.com/Kong/unirest-java) from 3.14.2 to 3.14.3. - [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.3) --- 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..f0bba87 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.3" }