Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins
Browse files Browse the repository at this point in the history
bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0
bump jacoco-maven-plugin from 0.8.7 to 0.8.8
bump maven-clean-plugin from 3.1.0 to 3.2.0
bump maven-shade-plugin from 3.2.4 to 3.3.0
  • Loading branch information
dependabot[bot] authored and oldratlee committed Apr 17, 2022
1 parent 004087a commit 29828b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0</version>
<executions>
<execution>
<id>shade-when-package</id>
Expand Down Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.3.0</version>
<version>4.6.0.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Expand Down Expand Up @@ -383,7 +383,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
Expand Down Expand Up @@ -649,7 +649,7 @@
<!-- plugin docs: https://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<executions>
<execution>
<goals>
Expand Down
8 changes: 4 additions & 4 deletions pom4ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0</version>
<executions>
<execution>
<id>shade-when-package</id>
Expand Down Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.3.0</version>
<version>4.6.0.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Expand Down Expand Up @@ -383,7 +383,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
Expand Down Expand Up @@ -649,7 +649,7 @@
<!-- plugin docs: https://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 29828b7

Please sign in to comment.