@@ -19,7 +19,7 @@ plugins {
19
19
id ' io.spring.dependency-management' version ' 1.1.7' apply false
20
20
id ' org.antora' version ' 1.0.0'
21
21
id ' io.spring.antora.generate-antora-yml' version ' 0.0.1'
22
- id ' io.freefair.aggregate-javadoc' version ' 8.11 '
22
+ id ' io.freefair.aggregate-javadoc' version ' 8.13.1 '
23
23
id ' io.spring.nullability' version ' 0.0.1' apply false
24
24
}
25
25
@@ -50,22 +50,22 @@ ext {
50
50
hibernateValidationVersion = ' 8.0.2.Final'
51
51
jacksonBomVersion = ' 2.19.0'
52
52
jaywayJsonPathVersion = ' 2.9.0'
53
- junitJupiterVersion = ' 5.12.2 '
53
+ junitJupiterVersion = ' 5.13.0 '
54
54
kotlinCoroutinesVersion = ' 1.10.2'
55
55
log4jVersion = ' 2.24.3'
56
56
logbackVersion = ' 1.5.18'
57
57
micrometerDocsVersion = ' 1.0.4'
58
- micrometerVersion = ' 1.15.0 -SNAPSHOT'
59
- micrometerTracingVersion = ' 1.5.0 -SNAPSHOT'
60
- mockitoVersion = ' 5.16.1 '
61
- rabbitmqAmqpClientVersion = ' 0.5 .0'
62
- rabbitmqStreamVersion = ' 0.22 .0'
58
+ micrometerVersion = ' 1.15.1 -SNAPSHOT'
59
+ micrometerTracingVersion = ' 1.5.1 -SNAPSHOT'
60
+ mockitoVersion = ' 5.18.0 '
61
+ rabbitmqAmqpClientVersion = ' 0.6 .0'
62
+ rabbitmqStreamVersion = ' 1.1 .0'
63
63
rabbitmqVersion = ' 5.25.0'
64
64
reactorVersion = ' 2025.0.0-SNAPSHOT'
65
65
springDataVersion = ' 2025.1.0-SNAPSHOT'
66
66
springRetryVersion = ' 2.0.12'
67
67
springVersion = ' 7.0.0-SNAPSHOT'
68
- testcontainersVersion = ' 1.20.6 '
68
+ testcontainersVersion = ' 1.21.1 '
69
69
70
70
javaProjects = subprojects - project(' :spring-amqp-bom' )
71
71
}
@@ -75,11 +75,11 @@ antora {
75
75
playbook = file(' src/reference/antora/antora-playbook.yml' )
76
76
options = [' to-dir' : project. layout. buildDirectory. dir(' site' ). get(). toString(), clean : true , fetch : ! project. gradle. startParameter. offline, stacktrace : true ]
77
77
dependencies = [
78
- ' @antora/atlas-extension' : ' 1. 0.0-alpha .2' ,
79
- ' @antora/collector-extension' : ' 1.0.0-beta.3 ' ,
78
+ ' @antora/atlas-extension' : ' 0.0.2' ,
79
+ ' @antora/collector-extension' : ' 1.0.1 ' ,
80
80
' @asciidoctor/tabs' : ' 1.0.0-beta.6' ,
81
- ' @springio/antora-extensions' : ' 1.14.2 ' ,
82
- ' @springio/asciidoctor-extensions' : ' 1.0.0-alpha.14 ' ,
81
+ ' @springio/antora-extensions' : ' 1.14.4 ' ,
82
+ ' @springio/asciidoctor-extensions' : ' 1.0.0-alpha.17 ' ,
83
83
]
84
84
}
85
85
@@ -304,7 +304,7 @@ configure(javaProjects) { subproject ->
304
304
305
305
checkstyle {
306
306
configDirectory. set(rootProject. file(' src/checkstyle' ))
307
- toolVersion = ' 10.21.4 '
307
+ toolVersion = ' 10.25.0 '
308
308
}
309
309
310
310
jar {
0 commit comments