Skip to content

Commit c23de32

Browse files
committed
GH-775 - Upgrade build plugins.
1 parent b17a8fc commit c23de32

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ limitations under the License.
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-javadoc-plugin</artifactId>
148-
<version>3.6.3</version>
148+
<version>3.8.0</version>
149149
<executions>
150150
<execution>
151151
<id>attach-javadocs</id>
@@ -208,7 +208,7 @@ limitations under the License.
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-gpg-plugin</artifactId>
211-
<version>3.2.1</version>
211+
<version>3.2.5</version>
212212
<executions>
213213
<execution>
214214
<id>sign-artifacts</id>
@@ -259,7 +259,7 @@ limitations under the License.
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-javadoc-plugin</artifactId>
262-
<version>3.6.3</version>
262+
<version>3.8.0</version>
263263
<inherited>false</inherited>
264264
<executions>
265265
<execution>
@@ -445,7 +445,7 @@ limitations under the License.
445445
<plugin>
446446
<groupId>org.apache.maven.plugins</groupId>
447447
<artifactId>maven-javadoc-plugin</artifactId>
448-
<version>3.6.3</version>
448+
<version>3.8.0</version>
449449
<configuration>
450450
<doclint>accessibility,html,reference,syntax</doclint>
451451
<show>package</show>
@@ -486,7 +486,7 @@ limitations under the License.
486486
<plugin>
487487
<groupId>org.apache.maven.plugins</groupId>
488488
<artifactId>maven-surefire-plugin</artifactId>
489-
<version>3.2.5</version>
489+
<version>3.4.0</version>
490490
<configuration>
491491
<excludes>
492492
<exclude />
@@ -511,7 +511,7 @@ limitations under the License.
511511
<plugin>
512512
<groupId>org.apache.maven.plugins</groupId>
513513
<artifactId>maven-jar-plugin</artifactId>
514-
<version>3.3.0</version>
514+
<version>3.4.2</version>
515515
<configuration>
516516
<archive>
517517
<manifestEntries>
@@ -558,7 +558,7 @@ limitations under the License.
558558
<plugin>
559559
<groupId>org.apache.maven.plugins</groupId>
560560
<artifactId>maven-release-plugin</artifactId>
561-
<version>3.0.1</version>
561+
<version>3.1.1</version>
562562
<configuration>
563563
<releaseProfiles>sonatype</releaseProfiles>
564564
<autoVersionSubmodules>true</autoVersionSubmodules>

spring-modulith-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.codehaus.mojo</groupId>
164164
<artifactId>flatten-maven-plugin</artifactId>
165-
<version>1.2.7</version>
165+
<version>1.6.0</version>
166166
<executions>
167167
<execution>
168168
<id>flatten</id>

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-compiler-plugin</artifactId>
81-
<version>3.12.1</version>
81+
<version>3.13.0</version>
8282
<configuration>
8383
<annotationProcessorPaths>
8484
<path>

spring-modulith-starters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-jar-plugin</artifactId>
31-
<version>3.3.0</version>
31+
<version>3.4.2</version>
3232
<configuration>
3333
<archive>
3434
<manifestEntries>

0 commit comments

Comments
 (0)