Skip to content

Commit 87d4d75

Browse files
committed
Upgrade dependencies to the latest major/minor
* Upgrade Checkstyle to `10.25.0` * Upgrade Antora extensions to te latest versions
1 parent 29bce2a commit 87d4d75

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'io.spring.dependency-management' version '1.1.7' apply false
2020
id 'org.antora' version '1.0.0'
2121
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'
2323
id 'io.spring.nullability' version '0.0.1' apply false
2424
}
2525

@@ -50,22 +50,22 @@ ext {
5050
hibernateValidationVersion = '8.0.2.Final'
5151
jacksonBomVersion = '2.19.0'
5252
jaywayJsonPathVersion = '2.9.0'
53-
junitJupiterVersion = '5.12.2'
53+
junitJupiterVersion = '5.13.0'
5454
kotlinCoroutinesVersion = '1.10.2'
5555
log4jVersion = '2.24.3'
5656
logbackVersion = '1.5.18'
5757
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'
6363
rabbitmqVersion = '5.25.0'
6464
reactorVersion = '2025.0.0-SNAPSHOT'
6565
springDataVersion = '2025.1.0-SNAPSHOT'
6666
springRetryVersion = '2.0.12'
6767
springVersion = '7.0.0-SNAPSHOT'
68-
testcontainersVersion = '1.20.6'
68+
testcontainersVersion = '1.21.1'
6969

7070
javaProjects = subprojects - project(':spring-amqp-bom')
7171
}
@@ -75,11 +75,11 @@ antora {
7575
playbook = file('src/reference/antora/antora-playbook.yml')
7676
options = ['to-dir': project.layout.buildDirectory.dir('site').get().toString(), clean: true, fetch: !project.gradle.startParameter.offline, stacktrace: true]
7777
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',
8080
'@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',
8383
]
8484
}
8585

@@ -304,7 +304,7 @@ configure(javaProjects) { subproject ->
304304

305305
checkstyle {
306306
configDirectory.set(rootProject.file('src/checkstyle'))
307-
toolVersion = '10.21.4'
307+
toolVersion = '10.25.0'
308308
}
309309

310310
jar {

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<property name="scope" value="package"/>
100100
</module>
101101
<module name="JavadocVariable">
102-
<property name="scope" value="public"/>
102+
<property name="accessModifiers" value="public"/>
103103
<property name="ignoreNamePattern" value="[A-Z_0-9]*"/>
104104
</module>
105105
<module name="JavadocStyle">

0 commit comments

Comments
 (0)