Skip to content

Commit d8c14fc

Browse files
committed
build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1
1 parent 92d50ea commit d8c14fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-cloud-bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
<plugin>
755755
<groupId>org.codehaus.mojo</groupId>
756756
<artifactId>build-helper-maven-plugin</artifactId>
757-
<version>3.6.0</version>
757+
<version>3.6.1</version>
758758
<executions>
759759
<execution>
760760
<id>add-source</id>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.codehaus.mojo</groupId>
6060
<artifactId>build-helper-maven-plugin</artifactId>
61-
<version>3.6.0</version>
61+
<version>3.6.1</version>
6262
<executions>
6363
<execution>
6464
<id>add-snippets-source</id>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.codehaus.mojo</groupId>
5959
<artifactId>build-helper-maven-plugin</artifactId>
60-
<version>3.6.0</version>
60+
<version>3.6.1</version>
6161
<executions>
6262
<execution>
6363
<id>add-snippets-source</id>

0 commit comments

Comments
 (0)