48
48
assertjVersion = ' 3.26.3'
49
49
assertkVersion = ' 0.28.1'
50
50
awaitilityVersion = ' 4.2.2'
51
- commonsCompressVersion = ' 1.27.1'
52
51
commonsHttpClientVersion = ' 5.4'
53
52
commonsPoolVersion = ' 2.12.0'
54
53
hamcrestVersion = ' 3.0'
@@ -61,15 +60,15 @@ ext {
61
60
log4jVersion = ' 2.24.1'
62
61
logbackVersion = ' 1.5.11'
63
62
micrometerDocsVersion = ' 1.0.4'
64
- micrometerVersion = ' 1.14.0-SNAPSHOT '
65
- micrometerTracingVersion = ' 1.4.0-SNAPSHOT '
63
+ micrometerVersion = ' 1.14.0-RC1 '
64
+ micrometerTracingVersion = ' 1.4.0-RC1 '
66
65
mockitoVersion = ' 5.14.2'
67
- rabbitmqStreamVersion = ' 0.17 .0'
66
+ rabbitmqStreamVersion = ' 0.18 .0'
68
67
rabbitmqVersion = ' 5.22.0'
69
- reactorVersion = ' 2024.0.0-SNAPSHOT '
70
- springDataVersion = ' 2024.1.0-SNAPSHOT '
68
+ reactorVersion = ' 2024.0.0-RC1 '
69
+ springDataVersion = ' 2024.1.0-RC1 '
71
70
springRetryVersion = ' 2.0.10'
72
- springVersion = ' 6.2.0-SNAPSHOT '
71
+ springVersion = ' 6.2.0-RC2 '
73
72
testcontainersVersion = ' 1.20.2'
74
73
75
74
javaProjects = subprojects - project(' :spring-amqp-bom' )
@@ -80,11 +79,11 @@ antora {
80
79
playbook = file(' src/reference/antora/antora-playbook.yml' )
81
80
options = [' to-dir' : project. layout. buildDirectory. dir(' site' ). get(). toString(), clean : true , fetch : ! project. gradle. startParameter. offline, stacktrace : true ]
82
81
dependencies = [
83
- ' @antora/atlas-extension' : ' 1.0.0-alpha.1 ' ,
84
- ' @antora/collector-extension' : ' 1.0.0-alpha .3' ,
85
- ' @asciidoctor/tabs' : ' 1.0.0-beta.3 ' ,
86
- ' @springio/antora-extensions' : ' 1.11.1 ' ,
87
- ' @springio/asciidoctor-extensions' : ' 1.0.0-alpha.10 ' ,
82
+ ' @antora/atlas-extension' : ' 1.0.0-alpha.2 ' ,
83
+ ' @antora/collector-extension' : ' 1.0.0-beta .3' ,
84
+ ' @asciidoctor/tabs' : ' 1.0.0-beta.6 ' ,
85
+ ' @springio/antora-extensions' : ' 1.14.2 ' ,
86
+ ' @springio/asciidoctor-extensions' : ' 1.0.0-alpha.14 ' ,
88
87
]
89
88
}
90
89
@@ -466,7 +465,6 @@ project('spring-rabbit-stream') {
466
465
testRuntimeOnly ' com.fasterxml.jackson.core:jackson-databind'
467
466
testRuntimeOnly ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
468
467
testRuntimeOnly ' com.fasterxml.jackson.module:jackson-module-kotlin'
469
- testRuntimeOnly " org.apache.commons:commons-compress:$commonsCompressVersion "
470
468
471
469
testImplementation " org.testcontainers:rabbitmq"
472
470
testImplementation " org.testcontainers:junit-jupiter"
0 commit comments