Skip to content

Commit 09da2a9

Browse files
committed
GH-511 - Upgrade build plugins to the latest versions.
1 parent ef7f114 commit 09da2a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535

3636
<archunit.version>1.2.1</archunit.version>
37-
<artifactory-maven-plugin.version>3.6.1</artifactory-maven-plugin.version>
37+
<artifactory-maven-plugin.version>3.6.2</artifactory-maven-plugin.version>
3838
<flapdoodle-mongodb.version>4.6.1</flapdoodle-mongodb.version>
3939
<jmolecules-bom.version>2023.1.1</jmolecules-bom.version>
4040
<lombok.version>1.18.30</lombok.version>
@@ -144,7 +144,7 @@ limitations under the License.
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-javadoc-plugin</artifactId>
147-
<version>3.4.1</version>
147+
<version>3.6.3</version>
148148
<executions>
149149
<execution>
150150
<id>attach-javadocs</id>
@@ -207,7 +207,7 @@ limitations under the License.
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-gpg-plugin</artifactId>
210-
<version>3.0.1</version>
210+
<version>3.1.0</version>
211211
<executions>
212212
<execution>
213213
<id>sign-artifacts</id>
@@ -258,7 +258,7 @@ limitations under the License.
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-javadoc-plugin</artifactId>
261-
<version>3.4.1</version>
261+
<version>3.6.3</version>
262262
<inherited>false</inherited>
263263
<executions>
264264
<execution>
@@ -321,7 +321,7 @@ limitations under the License.
321321
<plugin>
322322
<groupId>org.apache.maven.plugins</groupId>
323323
<artifactId>maven-assembly-plugin</artifactId>
324-
<version>3.4.2</version>
324+
<version>3.6.0</version>
325325
<executions>
326326
<execution>
327327
<id>docs</id>
@@ -444,7 +444,7 @@ limitations under the License.
444444
<plugin>
445445
<groupId>org.apache.maven.plugins</groupId>
446446
<artifactId>maven-javadoc-plugin</artifactId>
447-
<version>3.4.1</version>
447+
<version>3.6.3</version>
448448
<configuration>
449449
<doclint>accessibility,html,reference,syntax</doclint>
450450
<show>package</show>
@@ -464,7 +464,7 @@ limitations under the License.
464464
<plugin>
465465
<groupId>org.apache.maven.plugins</groupId>
466466
<artifactId>maven-compiler-plugin</artifactId>
467-
<version>3.11.0</version>
467+
<version>3.12.1</version>
468468
<configuration>
469469
<source>17</source>
470470
<target>17</target>
@@ -487,7 +487,7 @@ limitations under the License.
487487
<plugin>
488488
<groupId>org.apache.maven.plugins</groupId>
489489
<artifactId>maven-surefire-plugin</artifactId>
490-
<version>3.1.2</version>
490+
<version>3.2.5</version>
491491
<configuration>
492492
<excludes>
493493
<exclude />
@@ -559,7 +559,7 @@ limitations under the License.
559559
<plugin>
560560
<groupId>org.apache.maven.plugins</groupId>
561561
<artifactId>maven-release-plugin</artifactId>
562-
<version>3.0.0</version>
562+
<version>3.0.1</version>
563563
<configuration>
564564
<releaseProfiles>sonatype</releaseProfiles>
565565
<autoVersionSubmodules>true</autoVersionSubmodules>

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-compiler-plugin</artifactId>
39-
<version>3.11.0</version>
39+
<version>3.12.1</version>
4040
<configuration>
4141
<annotationProcessorPaths>
4242
<path>

0 commit comments

Comments
 (0)