Skip to content

Commit 38f711e

Browse files
authored
build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.0 (#1954)
1 parent ee97641 commit 38f711e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

google-http-client-apache-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.codehaus.mojo</groupId>
3131
<artifactId>build-helper-maven-plugin</artifactId>
32-
<version>3.3.0</version>
32+
<version>3.6.0</version>
3333
<executions>
3434
<execution>
3535
<id>add-test-source</id>

google-http-client-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.codehaus.mojo</groupId>
3232
<artifactId>build-helper-maven-plugin</artifactId>
33-
<version>3.3.0</version>
33+
<version>3.6.0</version>
3434
<executions>
3535
<execution>
3636
<id>add-test-source</id>

google-http-client-jackson2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.codehaus.mojo</groupId>
3131
<artifactId>build-helper-maven-plugin</artifactId>
32-
<version>3.3.0</version>
32+
<version>3.6.0</version>
3333
<executions>
3434
<execution>
3535
<id>add-test-source</id>

google-http-client-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.codehaus.mojo</groupId>
3131
<artifactId>build-helper-maven-plugin</artifactId>
32-
<version>3.3.0</version>
32+
<version>3.6.0</version>
3333
<executions>
3434
<execution>
3535
<id>add-test-source</id>

google-http-client-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>org.codehaus.mojo</groupId>
3131
<artifactId>build-helper-maven-plugin</artifactId>
32-
<version>3.3.0</version>
32+
<version>3.6.0</version>
3333
<executions>
3434
<execution>
3535
<id>add-test-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.3.0</version>
56+
<version>3.6.0</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.3.0</version>
55+
<version>3.6.0</version>
5656
<executions>
5757
<execution>
5858
<id>add-snippets-source</id>

0 commit comments

Comments
 (0)