Skip to content

Commit 1fed1b2

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-cloud-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<plugin>
252252
<groupId>org.codehaus.mojo</groupId>
253253
<artifactId>build-helper-maven-plugin</artifactId>
254-
<version>3.6.0</version>
254+
<version>3.6.1</version>
255255
<executions>
256256
<execution>
257257
<id>add-source</id>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.codehaus.mojo</groupId>
9494
<artifactId>build-helper-maven-plugin</artifactId>
95-
<version>3.6.0</version>
95+
<version>3.6.1</version>
9696
<executions>
9797
<execution>
9898
<id>add-snippets-source</id>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.codehaus.mojo</groupId>
9292
<artifactId>build-helper-maven-plugin</artifactId>
93-
<version>3.6.0</version>
93+
<version>3.6.1</version>
9494
<executions>
9595
<execution>
9696
<id>add-snippets-source</id>

0 commit comments

Comments
 (0)