Skip to content

Commit ba756df

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

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
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.codehaus.mojo</groupId>
226226
<artifactId>build-helper-maven-plugin</artifactId>
227-
<version>3.6.0</version>
227+
<version>3.6.1</version>
228228
<executions>
229229
<execution>
230230
<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)