We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b412 commit 5120260Copy full SHA for 5120260
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
id 'org.ajoberstar.grgit' version '5.2.2'
21
id 'io.spring.nohttp' version '0.0.11'
22
id 'io.spring.dependency-management' version '1.1.6' apply false
23
- id 'com.github.spotbugs' version '6.0.19'
+ id 'com.github.spotbugs' version '6.0.20'
24
id 'io.freefair.aggregate-javadoc' version '8.6'
25
}
26
@@ -51,7 +51,7 @@ ext {
51
modifiedFiles.finalizeValueOnRead()
52
53
assertjVersion = '3.25.3'
54
- awaitilityVersion = '4.2.1'
+ awaitilityVersion = '4.2.2'
55
hamcrestVersion = '2.2'
56
hibernateValidationVersion = '8.0.1.Final'
57
jacksonBomVersion = '2.17.2'
0 commit comments