From 0a7a6b45f43dab90c78c41e0491e4c04b0b665dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:51:48 +0000 Subject: [PATCH] Bump com.konghq:unirest-modules-gson from 4.4.5 to 4.4.6 Bumps [com.konghq:unirest-modules-gson](https://github.com/Kong/unirest-java) from 4.4.5 to 4.4.6. - [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/v4.4.5...v4.4.6) --- updated-dependencies: - dependency-name: com.konghq:unirest-modules-gson dependency-version: 4.4.6 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 9cce70b05d7..bf5d111d824 100644 --- a/build.gradle +++ b/build.gradle @@ -267,7 +267,7 @@ dependencies { // region HTTP clients implementation 'org.jsoup:jsoup:1.19.1' implementation 'com.konghq:unirest-java-core:4.4.5' - implementation 'com.konghq:unirest-modules-gson:4.4.5' + implementation 'com.konghq:unirest-modules-gson:4.4.6' implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.3' // endregion