Skip to content

Commit 20651b8

Browse files
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 (#1365)
Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@3.5.0...3.6.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b714b79 commit 20651b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

parquet-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<!-- Ensure that the specific classes are available during test compile but not included in jar -->
176176
<groupId>org.codehaus.mojo</groupId>
177177
<artifactId>build-helper-maven-plugin</artifactId>
178-
<version>3.5.0</version>
178+
<version>3.6.0</version>
179179
<executions>
180180
<execution>
181181
<id>add-test-sources</id>

parquet-column/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.codehaus.mojo</groupId>
133133
<artifactId>build-helper-maven-plugin</artifactId>
134-
<version>3.5.0</version>
134+
<version>3.6.0</version>
135135
<executions>
136136
<execution>
137137
<id>add-source</id>

parquet-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.codehaus.mojo</groupId>
8585
<artifactId>build-helper-maven-plugin</artifactId>
86-
<version>3.5.0</version>
86+
<version>3.6.0</version>
8787
<executions>
8888
<execution>
8989
<id>add-source</id>

parquet-encoding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.codehaus.mojo</groupId>
7171
<artifactId>build-helper-maven-plugin</artifactId>
72-
<version>3.5.0</version>
72+
<version>3.6.0</version>
7373
<executions>
7474
<execution>
7575
<id>add-source</id>

0 commit comments

Comments
 (0)