Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump build-helper-maven-plugin in /demos from 3.5.0 to 3.6.0 (#162)
bump exec-maven-plugin from 3.2.0 to 3.3.0 in /demos (#166)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#167)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#168)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#169)
bump maven-shade-plugin from 3.5.3 to 3.6.0 (#170)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#171)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#172)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Jun 3, 2024
1 parent e4e07e9 commit 7b320ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cffu-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -165,7 +165,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<!--
In multiply module builds using the deploy-at-end feature, the deployment of all components
Expand Down
8 changes: 4 additions & 4 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -167,12 +167,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -200,7 +200,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>add-source</id>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
<configuration>
<shadeSourcesContent>true</shadeSourcesContent>
<dependencyReducedPomLocation>
Expand All @@ -433,7 +433,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -458,7 +458,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
Expand Down Expand Up @@ -892,7 +892,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<!--
In multiply module builds using the deploy-at-end feature, the deployment of all components
Expand Down

0 comments on commit 7b320ef

Please sign in to comment.