Skip to content

Commit 5120260

Browse files
Bump the development-dependencies group with 2 updates (#3415)
Bumps the development-dependencies group with 2 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility) and com.github.spotbugs. Updates `org.awaitility:awaitility` from 4.2.1 to 4.2.2 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2) Updates `com.github.spotbugs` from 6.0.19 to 6.0.20 --- updated-dependencies: - dependency-name: org.awaitility:awaitility 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 930b412 commit 5120260

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
@@ -20,7 +20,7 @@ plugins {
2020
id 'org.ajoberstar.grgit' version '5.2.2'
2121
id 'io.spring.nohttp' version '0.0.11'
2222
id 'io.spring.dependency-management' version '1.1.6' apply false
23-
id 'com.github.spotbugs' version '6.0.19'
23+
id 'com.github.spotbugs' version '6.0.20'
2424
id 'io.freefair.aggregate-javadoc' version '8.6'
2525
}
2626

@@ -51,7 +51,7 @@ ext {
5151
modifiedFiles.finalizeValueOnRead()
5252

5353
assertjVersion = '3.25.3'
54-
awaitilityVersion = '4.2.1'
54+
awaitilityVersion = '4.2.2'
5555
hamcrestVersion = '2.2'
5656
hibernateValidationVersion = '8.0.1.Final'
5757
jacksonBomVersion = '2.17.2'

0 commit comments

Comments
 (0)