From fee8d166c99d33a0462e3fa5d57d52622442e074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 02:02:54 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) and [io.spring.nullability](https://github.com/spring-gradle-plugins/nullability-plugin). Updates `org.apache.httpcomponents.client5:httpclient5` from 5.5 to 5.5.1 - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.5.1/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.5...rel/v5.5.1) Updates `io.spring.nullability` from 0.0.4 to 0.0.5 - [Release notes](https://github.com/spring-gradle-plugins/nullability-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/nullability-plugin/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.nullability dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 41714489a6..1d47ef9963 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' id 'io.freefair.aggregate-javadoc' version '8.13.1' - id 'io.spring.nullability' version '0.0.4' apply false + id 'io.spring.nullability' version '0.0.5' apply false } description = 'Spring AMQP' @@ -35,7 +35,7 @@ ext { assertjVersion = '3.27.6' assertkVersion = '0.28.1' awaitilityVersion = '4.3.0' - commonsHttpClientVersion = '5.5' + commonsHttpClientVersion = '5.5.1' commonsPoolVersion = '2.12.1' hamcrestVersion = '3.0' hibernateValidationVersion = '9.0.1.Final'