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 93a761c commit a0d0be9Copy full SHA for a0d0be9
build.gradle
@@ -19,7 +19,7 @@ plugins {
19
id 'org.antora' version '1.0.0'
20
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
21
id 'io.freefair.aggregate-javadoc' version '8.13.1'
22
- id 'io.spring.nullability' version '0.0.4' apply false
+ id 'io.spring.nullability' version '0.0.5' apply false
23
}
24
25
description = 'Spring AMQP'
@@ -35,7 +35,7 @@ ext {
35
assertjVersion = '3.27.6'
36
assertkVersion = '0.28.1'
37
awaitilityVersion = '4.3.0'
38
- commonsHttpClientVersion = '5.5'
+ commonsHttpClientVersion = '5.5.1'
39
commonsPoolVersion = '2.12.1'
40
hamcrestVersion = '3.0'
41
hibernateValidationVersion = '9.0.1.Final'
0 commit comments