Skip to content

Commit 163eaa3

Browse files
committed
build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1
1 parent 44ad0be commit 163eaa3

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
@@ -652,7 +652,7 @@
652652
<plugin>
653653
<groupId>org.codehaus.mojo</groupId>
654654
<artifactId>build-helper-maven-plugin</artifactId>
655-
<version>3.6.0</version>
655+
<version>3.6.1</version>
656656
<executions>
657657
<execution>
658658
<id>add-source</id>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.codehaus.mojo</groupId>
5555
<artifactId>build-helper-maven-plugin</artifactId>
56-
<version>3.6.0</version>
56+
<version>3.6.1</version>
5757
<executions>
5858
<execution>
5959
<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.6.0</version>
55+
<version>3.6.1</version>
5656
<executions>
5757
<execution>
5858
<id>add-snippets-source</id>

0 commit comments

Comments
 (0)