From a6284967f1754e2462897bfd4694b43210efbb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:51:40 +0000 Subject: [PATCH] Bump io.github.springboot-addons:spring-boot-starter-httpclient5-actuator Bumps [io.github.springboot-addons:spring-boot-starter-httpclient5-actuator](https://github.com/springboot-addons/spring-boot-httpclient) from 1.0.7 to 1.1.0. - [Changelog](https://github.com/springboot-addons/spring-boot-httpclient/blob/hc5-sb3/release-process.txt) - [Commits](https://github.com/springboot-addons/spring-boot-httpclient/compare/spring-boot-starter-httpclient-parent-1.0.7...spring-boot-starter-httpclient5-parent-1.1.0) --- updated-dependencies: - dependency-name: io.github.springboot-addons:spring-boot-starter-httpclient5-actuator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 196115b..10f6273 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation('org.springframework.boot:spring-boot-starter-validation') implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter' - implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.0.7' + implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-actuator:1.1.0' implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j:1.0.7' implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3' testImplementation 'org.springframework.boot:spring-boot-starter-test'