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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-29 08:10:37 -04:00
committed by GitHub
parent 993e94a5fc
commit 7d089af553

View File

@@ -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'
}