Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit d36c252

Browse files
committed
build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.3.0
1 parent cdfd493 commit d36c252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.codehaus.mojo</groupId>
5353
<artifactId>build-helper-maven-plugin</artifactId>
54-
<version>3.2.0</version>
54+
<version>3.3.0</version>
5555
<executions>
5656
<execution>
5757
<id>add-snippets-source</id>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.codehaus.mojo</groupId>
6363
<artifactId>build-helper-maven-plugin</artifactId>
64-
<version>3.2.0</version>
64+
<version>3.3.0</version>
6565
<executions>
6666
<execution>
6767
<id>add-snippets-source</id>

0 commit comments

Comments
 (0)