Skip to content

Commit a0d0be9

Browse files
Bump the development-dependencies group with 2 updates (#3196)
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](apache/httpcomponents-client@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](spring-gradle-plugins/nullability-plugin@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93a761c commit a0d0be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'org.antora' version '1.0.0'
2020
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2121
id 'io.freefair.aggregate-javadoc' version '8.13.1'
22-
id 'io.spring.nullability' version '0.0.4' apply false
22+
id 'io.spring.nullability' version '0.0.5' apply false
2323
}
2424

2525
description = 'Spring AMQP'
@@ -35,7 +35,7 @@ ext {
3535
assertjVersion = '3.27.6'
3636
assertkVersion = '0.28.1'
3737
awaitilityVersion = '4.3.0'
38-
commonsHttpClientVersion = '5.5'
38+
commonsHttpClientVersion = '5.5.1'
3939
commonsPoolVersion = '2.12.1'
4040
hamcrestVersion = '3.0'
4141
hibernateValidationVersion = '9.0.1.Final'

0 commit comments

Comments
 (0)