Skip to content

Commit 0c80589

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

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
@@ -751,7 +751,7 @@
751751
<plugin>
752752
<groupId>org.codehaus.mojo</groupId>
753753
<artifactId>build-helper-maven-plugin</artifactId>
754-
<version>3.6.0</version>
754+
<version>3.6.1</version>
755755
<executions>
756756
<execution>
757757
<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)