From 2810741f4181097eaad79f148dea9445ebac941c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 05:20:08 +0000 Subject: [PATCH] Bump io.github.openfeign:feign-gson in /halm-rest-client Bumps [io.github.openfeign:feign-gson](https://github.com/openfeign/feign) from 11.8 to 12.4. - [Release notes](https://github.com/openfeign/feign/releases) - [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md) - [Commits](https://github.com/openfeign/feign/compare/11.8...12.4) --- updated-dependencies: - dependency-name: io.github.openfeign:feign-gson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- halm-rest-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halm-rest-client/build.gradle b/halm-rest-client/build.gradle index 0285d68..7c27cbf 100644 --- a/halm-rest-client/build.gradle +++ b/halm-rest-client/build.gradle @@ -44,7 +44,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' // REST API Helper - api 'io.github.openfeign:feign-gson:11.8' + api 'io.github.openfeign:feign-gson:12.4' api 'io.github.openfeign:feign-okhttp:11.8' // HTTP Client for the REST API helper