Skip to content

Commit 94956d6

Browse files
committed
Upgrade deps; including Antora NodeJS modules
* Prepare for release * Remove redundant `org.apache.commons:commons-compress` dep. Managed now transitively by the `com.rabbitmq:stream-client` library
1 parent 24fcddb commit 94956d6

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

build.gradle

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ext {
4848
assertjVersion = '3.26.3'
4949
assertkVersion = '0.28.1'
5050
awaitilityVersion = '4.2.2'
51-
commonsCompressVersion = '1.27.1'
5251
commonsHttpClientVersion = '5.4'
5352
commonsPoolVersion = '2.12.0'
5453
hamcrestVersion = '3.0'
@@ -61,15 +60,15 @@ ext {
6160
log4jVersion = '2.24.1'
6261
logbackVersion = '1.5.11'
6362
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'
6665
mockitoVersion = '5.14.2'
67-
rabbitmqStreamVersion = '0.17.0'
66+
rabbitmqStreamVersion = '0.18.0'
6867
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'
7170
springRetryVersion = '2.0.10'
72-
springVersion = '6.2.0-SNAPSHOT'
71+
springVersion = '6.2.0-RC2'
7372
testcontainersVersion = '1.20.2'
7473

7574
javaProjects = subprojects - project(':spring-amqp-bom')
@@ -80,11 +79,11 @@ antora {
8079
playbook = file('src/reference/antora/antora-playbook.yml')
8180
options = ['to-dir' : project.layout.buildDirectory.dir('site').get().toString(), clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
8281
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',
8887
]
8988
}
9089

@@ -466,7 +465,6 @@ project('spring-rabbit-stream') {
466465
testRuntimeOnly 'com.fasterxml.jackson.core:jackson-databind'
467466
testRuntimeOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
468467
testRuntimeOnly 'com.fasterxml.jackson.module:jackson-module-kotlin'
469-
testRuntimeOnly "org.apache.commons:commons-compress:$commonsCompressVersion"
470468

471469
testImplementation "org.testcontainers:rabbitmq"
472470
testImplementation "org.testcontainers:junit-jupiter"

src/reference/antora/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ runtime:
3232
format: pretty
3333
ui:
3434
bundle:
35-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15/ui-bundle.zip
35+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.17/ui-bundle.zip

0 commit comments

Comments
 (0)