Skip to content

Commit 29828b7

Browse files
dependabot[bot]oldratlee
authored andcommitted
chore(deps): upgrade dependencies/plugins
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
1 parent 004087a commit 29828b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</plugin>
288288
<plugin>
289289
<artifactId>maven-shade-plugin</artifactId>
290-
<version>3.2.4</version>
290+
<version>3.3.0</version>
291291
<executions>
292292
<execution>
293293
<id>shade-when-package</id>
@@ -339,7 +339,7 @@
339339
<plugin>
340340
<groupId>com.github.spotbugs</groupId>
341341
<artifactId>spotbugs-maven-plugin</artifactId>
342-
<version>4.5.3.0</version>
342+
<version>4.6.0.0</version>
343343
</plugin>
344344
<!--
345345
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
@@ -383,7 +383,7 @@
383383
<plugins>
384384
<plugin>
385385
<artifactId>maven-clean-plugin</artifactId>
386-
<version>3.1.0</version>
386+
<version>3.2.0</version>
387387
</plugin>
388388
<plugin>
389389
<artifactId>maven-resources-plugin</artifactId>
@@ -649,7 +649,7 @@
649649
<!-- plugin docs: https://eclemma.org/jacoco/trunk/doc/ -->
650650
<groupId>org.jacoco</groupId>
651651
<artifactId>jacoco-maven-plugin</artifactId>
652-
<version>0.8.7</version>
652+
<version>0.8.8</version>
653653
<executions>
654654
<execution>
655655
<goals>

pom4ide.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</plugin>
288288
<plugin>
289289
<artifactId>maven-shade-plugin</artifactId>
290-
<version>3.2.4</version>
290+
<version>3.3.0</version>
291291
<executions>
292292
<execution>
293293
<id>shade-when-package</id>
@@ -339,7 +339,7 @@
339339
<plugin>
340340
<groupId>com.github.spotbugs</groupId>
341341
<artifactId>spotbugs-maven-plugin</artifactId>
342-
<version>4.5.3.0</version>
342+
<version>4.6.0.0</version>
343343
</plugin>
344344
<!--
345345
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
@@ -383,7 +383,7 @@
383383
<plugins>
384384
<plugin>
385385
<artifactId>maven-clean-plugin</artifactId>
386-
<version>3.1.0</version>
386+
<version>3.2.0</version>
387387
</plugin>
388388
<plugin>
389389
<artifactId>maven-resources-plugin</artifactId>
@@ -649,7 +649,7 @@
649649
<!-- plugin docs: https://eclemma.org/jacoco/trunk/doc/ -->
650650
<groupId>org.jacoco</groupId>
651651
<artifactId>jacoco-maven-plugin</artifactId>
652-
<version>0.8.7</version>
652+
<version>0.8.8</version>
653653
<executions>
654654
<execution>
655655
<goals>

0 commit comments

Comments
 (0)