Skip to content

Commit 6b9407f

Browse files
committed
Upgrade build plugins.
Closes #2429
1 parent e91e0e7 commit 6b9407f

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

parent/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<junit5>5.11.3</junit5>
120120
<kotlin>1.9.25</kotlin>
121121
<kotlin-coroutines>1.9.0</kotlin-coroutines>
122-
<logback>1.4.13</logback>
122+
<logback>1.5.12</logback>
123123
<micrometer>1.14.0</micrometer>
124124
<micrometer-tracing>1.4.0</micrometer-tracing>
125125
<mockito>5.14.2</mockito>
@@ -132,7 +132,7 @@
132132
<slf4j>2.0.2</slf4j>
133133
<spring>6.2.0</spring>
134134
<antora.playbook>src/main/antora/antora-playbook.yml</antora.playbook>
135-
<spring-antora>0.0.3</spring-antora>
135+
<spring-antora>0.0.4</spring-antora>
136136
<maven-antora>1.0.0-alpha.4</maven-antora>
137137
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
138138
<spring-hateoas>2.4.0</spring-hateoas>
@@ -521,7 +521,7 @@
521521
<configuration>
522522
<target>
523523
<copy todir="${project.root}/target/antora/modules/ROOT/assets/attachments/api/java">
524-
<fileset dir="${project.root}/target/site/apidocs" erroronmissingdir="true"/>
524+
<fileset dir="${project.root}/target/reports/apidocs" erroronmissingdir="true"/>
525525
</copy>
526526
</target>
527527
</configuration>
@@ -1160,13 +1160,13 @@
11601160
<plugin>
11611161
<groupId>org.apache.maven.plugins</groupId>
11621162
<artifactId>maven-assembly-plugin</artifactId>
1163-
<version>3.6.0</version>
1163+
<version>3.7.1</version>
11641164
</plugin>
11651165

11661166
<plugin>
11671167
<groupId>org.apache.maven.plugins</groupId>
11681168
<artifactId>maven-compiler-plugin</artifactId>
1169-
<version>3.12.1</version>
1169+
<version>3.13.0</version>
11701170
<configuration>
11711171
<forceJavacCompilerUse>true</forceJavacCompilerUse>
11721172
<parameters>true</parameters>
@@ -1176,12 +1176,12 @@
11761176
<plugin>
11771177
<groupId>org.apache.maven.plugins</groupId>
11781178
<artifactId>maven-checkstyle-plugin</artifactId>
1179-
<version>3.3.1</version>
1179+
<version>3.6.0</version>
11801180
<dependencies>
11811181
<dependency>
11821182
<groupId>com.puppycrawl.tools</groupId>
11831183
<artifactId>checkstyle</artifactId>
1184-
<version>10.9.3</version>
1184+
<version>10.20.1</version>
11851185
</dependency>
11861186
<dependency>
11871187
<groupId>io.spring.nohttp</groupId>
@@ -1194,25 +1194,25 @@
11941194
<plugin>
11951195
<groupId>org.apache.maven.plugins</groupId>
11961196
<artifactId>maven-dependency-plugin</artifactId>
1197-
<version>3.6.1</version>
1197+
<version>3.8.1</version>
11981198
</plugin>
11991199

12001200
<plugin>
12011201
<groupId>org.apache.maven.plugins</groupId>
12021202
<artifactId>maven-deploy-plugin</artifactId>
1203-
<version>3.1.1</version>
1203+
<version>3.1.3</version>
12041204
</plugin>
12051205

12061206
<plugin>
12071207
<groupId>org.apache.maven.plugins</groupId>
12081208
<artifactId>maven-enforcer-plugin</artifactId>
1209-
<version>3.4.1</version>
1209+
<version>3.5.0</version>
12101210
</plugin>
12111211

12121212
<plugin>
12131213
<groupId>org.apache.maven.plugins</groupId>
12141214
<artifactId>maven-failsafe-plugin</artifactId>
1215-
<version>3.2.5</version>
1215+
<version>3.5.2</version>
12161216
<configuration>
12171217
<useSystemClassLoader>false</useSystemClassLoader>
12181218
</configuration>
@@ -1227,25 +1227,25 @@
12271227
<plugin>
12281228
<groupId>org.apache.maven.plugins</groupId>
12291229
<artifactId>maven-jar-plugin</artifactId>
1230-
<version>3.3.0</version>
1230+
<version>3.4.2</version>
12311231
</plugin>
12321232

12331233
<plugin>
12341234
<groupId>org.apache.maven.plugins</groupId>
12351235
<artifactId>maven-javadoc-plugin</artifactId>
1236-
<version>3.6.3</version>
1236+
<version>3.11.1</version>
12371237
</plugin>
12381238

12391239
<plugin>
12401240
<groupId>org.apache.maven.plugins</groupId>
12411241
<artifactId>maven-source-plugin</artifactId>
1242-
<version>3.3.0</version>
1242+
<version>3.3.1</version>
12431243
</plugin>
12441244

12451245
<plugin>
12461246
<groupId>org.apache.maven.plugins</groupId>
12471247
<artifactId>maven-surefire-plugin</artifactId>
1248-
<version>3.2.5</version>
1248+
<version>3.5.2</version>
12491249
<configuration>
12501250
<useSystemClassLoader>false</useSystemClassLoader>
12511251
</configuration>
@@ -1254,13 +1254,13 @@
12541254
<plugin>
12551255
<groupId>org.codehaus.mojo</groupId>
12561256
<artifactId>build-helper-maven-plugin</artifactId>
1257-
<version>3.5.0</version>
1257+
<version>3.6.0</version>
12581258
</plugin>
12591259

12601260
<plugin>
12611261
<groupId>org.codehaus.mojo</groupId>
12621262
<artifactId>exec-maven-plugin</artifactId>
1263-
<version>3.1.1</version>
1263+
<version>3.5.0</version>
12641264
</plugin>
12651265

12661266
<plugin>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-gpg-plugin</artifactId>
84-
<version>3.1.0</version>
84+
<version>3.2.7</version>
8585
<executions>
8686
<execution>
8787
<id>sign-artifacts</id>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-enforcer-plugin</artifactId>
106-
<version>3.4.1</version>
106+
<version>3.5.0</version>
107107
<executions>
108108
<execution>
109109
<id>enforce-release-rules</id>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.sonatype.plugins</groupId>
211211
<artifactId>nexus-staging-maven-plugin</artifactId>
212-
<version>1.6.13</version>
212+
<version>1.7.0</version>
213213
<extensions>true</extensions>
214214
<configuration>
215215
<serverId>sonatype</serverId>

resources/src/main/resources/assemblies/docs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Adds javadoc html to the distribution archive under the 'docs/javadoc'
3232
directory see pom.xml 'maven-javadoc-plugin' declaration.
3333
-->
34-
<directory>${project.root}/target/site/apidocs</directory>
34+
<directory>${project.root}/target/reports/apidocs</directory>
3535
<outputDirectory>api</outputDirectory>
3636
</fileSet>
3737
</fileSets>

resources/src/main/resources/assemblies/resources.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
Adds javadoc html to the distribution archive under the 'docs/javadoc'
2929
directory see pom.xml 'maven-javadoc-plugin' declaration.
3030
-->
31-
<directory>${project.root}/target/site/apidocs</directory>
31+
<directory>${project.root}/target/reports/apidocs</directory>
3232
<outputDirectory>docs/api</outputDirectory>
3333
</fileSet>
3434
</fileSets>
35-
</component>
35+
</component>

0 commit comments

Comments
 (0)