Skip to content

Commit 51981df

Browse files
authored
build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.4.0 (#326)
1 parent c7d7475 commit 51981df

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
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.codehaus.mojo</groupId>
5252
<artifactId>build-helper-maven-plugin</artifactId>
53-
<version>3.3.0</version>
53+
<version>3.4.0</version>
5454
<executions>
5555
<execution>
5656
<id>add-snippets-source</id>

samples/snapshot/pom.xml

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

0 commit comments

Comments
 (0)