Skip to content

Commit 58aad47

Browse files
authored
Merge pull request #5386 from dizzzz/ci/6xx_upgrade_build_libs
[ci] Upgrade all build related maven plugins
2 parents 52debfb + 8a202c4 commit 58aad47

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
id: install-mvnd
6060
uses: ./.github/actions/install-mvnd
6161
with:
62-
version: '1.0-m7'
63-
file-version-suffix: '-m39'
62+
version: '1.0.1'
63+
file-version-suffix: ''
6464
cache: 'true'
6565
- name: Maven Build
6666
timeout-minutes: 10

exist-parent/pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -560,19 +560,19 @@
560560
<plugin>
561561
<groupId>org.apache.maven.plugins</groupId>
562562
<artifactId>maven-clean-plugin</artifactId>
563-
<version>3.3.2</version>
563+
<version>3.4.0</version>
564564
</plugin>
565565
<plugin>
566566
<groupId>com.mycila</groupId>
567567
<artifactId>license-maven-plugin</artifactId>
568-
<version>4.3</version>
568+
<version>4.5</version>
569569
</plugin>
570570
<plugin>
571571
<groupId>org.owasp</groupId>
572572
<artifactId>dependency-check-maven</artifactId>
573-
<version>9.0.9</version>
573+
<version>10.0.3</version>
574574
<configuration>
575-
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
575+
<nvdApiKey>cb452226-8de1-4d27-9032-7c9b8741c880</nvdApiKey>
576576
<!-- The OSS Index Server (https://ossindex.sonatype.org) can sometimes be flaky -->
577577
<ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors>
578578

@@ -609,7 +609,7 @@
609609
<plugin>
610610
<groupId>org.apache.maven.plugins</groupId>
611611
<artifactId>maven-dependency-plugin</artifactId>
612-
<version>3.6.1</version>
612+
<version>3.7.1</version>
613613
</plugin>
614614
<plugin>
615615
<groupId>org.codehaus.mojo</groupId>
@@ -629,7 +629,7 @@
629629
<plugin>
630630
<groupId>org.apache.maven.plugins</groupId>
631631
<artifactId>maven-compiler-plugin</artifactId>
632-
<version>3.12.1</version>
632+
<version>3.13.0</version>
633633
<configuration>
634634
<source>${project.build.source}</source>
635635
<target>${project.build.target}</target>
@@ -639,7 +639,7 @@
639639
<plugin>
640640
<groupId>org.apache.maven.plugins</groupId>
641641
<artifactId>maven-jar-plugin</artifactId>
642-
<version>3.3.0</version>
642+
<version>3.4.2</version>
643643
<configuration>
644644
<archive>
645645
<manifest>
@@ -718,7 +718,7 @@
718718
<plugin>
719719
<groupId>org.jacoco</groupId>
720720
<artifactId>jacoco-maven-plugin</artifactId>
721-
<version>0.8.11</version>
721+
<version>0.8.12</version>
722722
<configuration>
723723
<propertyName>jacocoArgLine</propertyName>
724724
<excludes>
@@ -743,7 +743,7 @@
743743
<plugin>
744744
<groupId>org.apache.maven.plugins</groupId>
745745
<artifactId>maven-surefire-plugin</artifactId>
746-
<version>3.2.5</version>
746+
<version>3.3.1</version>
747747
<dependencies>
748748
<dependency>
749749
<groupId>org.junit.platform</groupId>
@@ -790,25 +790,25 @@
790790
<plugin>
791791
<groupId>org.apache.maven.plugins</groupId>
792792
<artifactId>maven-surefire-report-plugin</artifactId>
793-
<version>3.2.5</version>
793+
<version>3.3.1</version>
794794
</plugin>
795795
<plugin>
796796
<groupId>org.apache.maven.plugins</groupId>
797797
<artifactId>maven-failsafe-plugin</artifactId>
798-
<version>3.2.5</version>
798+
<version>3.3.1</version>
799799
</plugin>
800800
<plugin>
801801
<groupId>org.apache.maven.plugins</groupId>
802802
<artifactId>maven-project-info-reports-plugin</artifactId>
803-
<version>3.5.0</version>
803+
<version>3.6.2</version>
804804
<configuration>
805805
<dependencyDetailsEnabled>false</dependencyDetailsEnabled> <!-- TODO(AR) disabled due to slow `mvn site` build times -->
806806
</configuration>
807807
</plugin>
808808
<plugin>
809809
<groupId>org.codehaus.mojo</groupId>
810810
<artifactId>versions-maven-plugin</artifactId>
811-
<version>2.16.2</version>
811+
<version>2.17.1</version>
812812
</plugin>
813813
<plugin>
814814
<groupId>org.apache.maven.plugins</groupId>
@@ -818,12 +818,12 @@
818818
<plugin>
819819
<groupId>org.apache.maven.plugins</groupId>
820820
<artifactId>maven-install-plugin</artifactId>
821-
<version>3.1.1</version>
821+
<version>3.1.2</version>
822822
</plugin>
823823
<plugin>
824824
<groupId>org.apache.maven.plugins</groupId>
825825
<artifactId>maven-assembly-plugin</artifactId>
826-
<version>3.6.0</version>
826+
<version>3.7.1</version>
827827
<configuration>
828828
<archive>
829829
<manifest>
@@ -852,17 +852,17 @@
852852
<plugin>
853853
<groupId>org.codehaus.mojo</groupId>
854854
<artifactId>exec-maven-plugin</artifactId>
855-
<version>3.1.1</version>
855+
<version>3.3.0</version>
856856
</plugin>
857857
<plugin>
858858
<groupId>org.apache.maven.plugins</groupId>
859859
<artifactId>maven-deploy-plugin</artifactId>
860-
<version>3.1.1</version>
860+
<version>3.1.2</version>
861861
</plugin>
862862
<plugin>
863863
<groupId>org.apache.maven.plugins</groupId>
864864
<artifactId>maven-release-plugin</artifactId>
865-
<version>3.0.1</version>
865+
<version>3.1.1</version>
866866
<configuration>
867867
<autoVersionSubmodules>true</autoVersionSubmodules>
868868
<tagNameFormat>eXist-@{project.version}</tagNameFormat>
@@ -873,15 +873,15 @@
873873
<plugin>
874874
<groupId>org.apache.maven.plugins</groupId>
875875
<artifactId>maven-scm-plugin</artifactId>
876-
<version>2.0.1</version>
876+
<version>2.1.0</version>
877877
<configuration>
878878
<sign>true</sign>
879879
</configuration>
880880
</plugin>
881881
<plugin>
882882
<groupId>org.apache.maven.plugins</groupId>
883883
<artifactId>maven-gpg-plugin</artifactId>
884-
<version>3.1.0</version>
884+
<version>3.2.3</version>
885885
</plugin>
886886
<plugin>
887887
<groupId>de.jutzig</groupId>

0 commit comments

Comments
 (0)