Skip to content

Commit a1120bf

Browse files
chore: [DevOps] bump the plugins group with 5 updates (#881)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba263d0 commit a1120bf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dependency-bundles/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
<plugin>
355355
<groupId>org.apache.maven.plugins</groupId>
356356
<artifactId>maven-gpg-plugin</artifactId>
357-
<version>3.2.7</version>
357+
<version>3.2.8</version>
358358
<executions>
359359
<execution>
360360
<id>sign-artifacts</id>
@@ -423,15 +423,15 @@
423423
<plugin>
424424
<groupId>org.apache.maven.plugins</groupId>
425425
<artifactId>maven-pmd-plugin</artifactId>
426-
<version>3.26.0</version>
426+
<version>3.27.0</version>
427427
<configuration>
428428
<skip>true</skip>
429429
</configuration>
430430
</plugin>
431431
<plugin>
432432
<groupId>com.github.spotbugs</groupId>
433433
<artifactId>spotbugs-maven-plugin</artifactId>
434-
<version>4.9.3.0</version>
434+
<version>4.9.3.2</version>
435435
<configuration>
436436
<skip>true</skip>
437437
</configuration>

dependency-bundles/modules-bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<plugin>
288288
<groupId>org.apache.maven.plugins</groupId>
289289
<artifactId>maven-gpg-plugin</artifactId>
290-
<version>3.2.7</version>
290+
<version>3.2.8</version>
291291
<executions>
292292
<execution>
293293
<id>sign-artifacts</id>
@@ -356,15 +356,15 @@
356356
<plugin>
357357
<groupId>org.apache.maven.plugins</groupId>
358358
<artifactId>maven-pmd-plugin</artifactId>
359-
<version>3.26.0</version>
359+
<version>3.27.0</version>
360360
<configuration>
361361
<skip>true</skip>
362362
</configuration>
363363
</plugin>
364364
<plugin>
365365
<groupId>com.github.spotbugs</groupId>
366366
<artifactId>spotbugs-maven-plugin</artifactId>
367-
<version>4.9.3.0</version>
367+
<version>4.9.3.2</version>
368368
<configuration>
369369
<skip>true</skip>
370370
</configuration>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
<plugin>
505505
<groupId>org.apache.maven.plugins</groupId>
506506
<artifactId>maven-enforcer-plugin</artifactId>
507-
<version>3.6.0</version>
507+
<version>3.6.1</version>
508508
<executions>
509509
<execution>
510510
<id>enforce-project-rules</id>
@@ -1002,7 +1002,7 @@
10021002
<plugin>
10031003
<groupId>org.apache.maven.plugins</groupId>
10041004
<artifactId>maven-gpg-plugin</artifactId>
1005-
<version>3.2.7</version>
1005+
<version>3.2.8</version>
10061006
<executions>
10071007
<execution>
10081008
<id>sign-artifacts</id>
@@ -1059,7 +1059,7 @@
10591059
<plugin>
10601060
<groupId>org.codehaus.mojo</groupId>
10611061
<artifactId>flatten-maven-plugin</artifactId>
1062-
<version>1.7.1</version>
1062+
<version>1.7.2</version>
10631063
<executions>
10641064
<execution>
10651065
<id>flatten</id>

0 commit comments

Comments
 (0)