From 7d089af553f9b4050fbe39acf7327f57014074a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 08:10:37 -0400 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) and [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client). Updates `com.uber.nullaway:nullaway` from 0.12.4 to 0.12.6 - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/NullAway/compare/v0.12.4...v0.12.6) Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4.2 to 5.4.3 - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.3/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.4.2...rel/v5.4.3) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1d85bae2..fd72d566 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ ext { assertjVersion = '3.27.3' assertkVersion = '0.28.1' awaitilityVersion = '4.3.0' - commonsHttpClientVersion = '5.4.2' + commonsHttpClientVersion = '5.4.3' commonsPoolVersion = '2.12.1' hamcrestVersion = '3.0' hibernateValidationVersion = '8.0.2.Final' @@ -225,7 +225,7 @@ configure(javaProjects) { subproject -> testImplementation 'org.jetbrains.kotlin:kotlin-reflect' testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - errorprone 'com.uber.nullaway:nullaway:0.12.4' + errorprone 'com.uber.nullaway:nullaway:0.12.6' errorprone 'com.google.errorprone:error_prone_core:2.36.0' }