Skip to content

Commit 39cc49c

Browse files
committed
GH-1453 - Upgrade build plugins.
1 parent 73362be commit 39cc49c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<spring-framework.version>7.0.0-RC2</spring-framework.version> <!-- For Javadoc links only -->
5151
<testcontainers.version>2.0.1</testcontainers.version>
5252
<structurizr.version>4.1.0</structurizr.version>
53-
<micrometer-tracing.version>1.6.0-RC1</micrometer-tracing.version>
53+
<micrometer-tracing.version>1.6.0</micrometer-tracing.version>
5454

5555
</properties>
5656

@@ -507,22 +507,22 @@ limitations under the License.
507507
<plugin>
508508
<groupId>org.apache.maven.plugins</groupId>
509509
<artifactId>maven-compiler-plugin</artifactId>
510-
<version>3.14.0</version>
510+
<version>3.14.1</version>
511511
</plugin>
512512
<plugin>
513513
<groupId>org.apache.maven.plugins</groupId>
514514
<artifactId>maven-surefire-plugin</artifactId>
515-
<version>3.5.3</version>
515+
<version>3.5.4</version>
516516
</plugin>
517517
<plugin>
518518
<groupId>org.apache.maven.plugins</groupId>
519519
<artifactId>maven-source-plugin</artifactId>
520-
<version>3.3.0</version>
520+
<version>3.3.1</version>
521521
</plugin>
522522
<plugin>
523523
<groupId>org.codehaus.mojo</groupId>
524524
<artifactId>flatten-maven-plugin</artifactId>
525-
<version>1.7.0</version>
525+
<version>1.7.3</version>
526526
</plugin>
527527
<plugin>
528528
<groupId>org.apache.maven.plugins</groupId>
@@ -532,7 +532,7 @@ limitations under the License.
532532
<plugin>
533533
<groupId>org.apache.maven.plugins</groupId>
534534
<artifactId>maven-javadoc-plugin</artifactId>
535-
<version>3.11.2</version>
535+
<version>3.12.0</version>
536536
<configuration>
537537
<doclint>accessibility,html,reference</doclint>
538538
<show>package</show>
@@ -547,17 +547,17 @@ limitations under the License.
547547
<plugin>
548548
<groupId>org.jfrog.buildinfo</groupId>
549549
<artifactId>artifactory-maven-plugin</artifactId>
550-
<version>3.6.2</version>
550+
<version>3.7.0</version>
551551
</plugin>
552552
<plugin>
553553
<groupId>org.apache.maven.plugins</groupId>
554554
<artifactId>maven-release-plugin</artifactId>
555-
<version>3.1.1</version>
555+
<version>3.2.0</version>
556556
</plugin>
557557
<plugin>
558558
<groupId>org.apache.maven.plugins</groupId>
559559
<artifactId>maven-gpg-plugin</artifactId>
560-
<version>3.2.7</version>
560+
<version>3.2.8</version>
561561
</plugin>
562562
<plugin>
563563
<groupId>io.spring.maven.antora</groupId>
@@ -577,17 +577,17 @@ limitations under the License.
577577
<plugin>
578578
<groupId>org.apache.maven.plugins</groupId>
579579
<artifactId>maven-shade-plugin</artifactId>
580-
<version>3.6.0</version>
580+
<version>3.6.1</version>
581581
</plugin>
582582
<plugin>
583583
<groupId>org.codehaus.mojo</groupId>
584584
<artifactId>exec-maven-plugin</artifactId>
585-
<version>3.5.0</version>
585+
<version>3.6.2</version>
586586
</plugin>
587587
<plugin>
588588
<groupId>org.sonatype.central</groupId>
589589
<artifactId>central-publishing-maven-plugin</artifactId>
590-
<version>0.8.0</version>
590+
<version>0.9.0</version>
591591
<extensions>true</extensions>
592592
</plugin>
593593
</plugins>

0 commit comments

Comments
 (0)