Skip to content

Commit ccca9d9

Browse files
Bump the development-dependencies group with 2 updates (#2887)
Bumps the development-dependencies group with 2 updates: [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) and com.github.spotbugs. Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1 - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.1/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.4...rel/v5.4.1) Updates `com.github.spotbugs` from 6.0.25 to 6.0.26 --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs 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 6daa286 commit ccca9d9

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
@@ -23,7 +23,7 @@ plugins {
2323
id 'io.spring.dependency-management' version '1.1.6' apply false
2424
id 'org.antora' version '1.0.0'
2525
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
26-
id 'com.github.spotbugs' version '6.0.25'
26+
id 'com.github.spotbugs' version '6.0.26'
2727
id 'io.freefair.aggregate-javadoc' version '8.10.2'
2828
}
2929

@@ -48,7 +48,7 @@ ext {
4848
assertjVersion = '3.26.3'
4949
assertkVersion = '0.28.1'
5050
awaitilityVersion = '4.2.2'
51-
commonsHttpClientVersion = '5.4'
51+
commonsHttpClientVersion = '5.4.1'
5252
commonsPoolVersion = '2.12.0'
5353
hamcrestVersion = '3.0'
5454
hibernateValidationVersion = '8.0.1.Final'

0 commit comments

Comments
 (0)