This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 20651b8dd Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 
to 3.6.0 (#1365)
20651b8dd is described below

commit 20651b8dd29d7bda78f436dac41aa0bdd6cab5dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 22 09:45:21 2024 +0200

    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](https://github.com/mojohaus/build-helper-maven-plugin/compare/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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parquet-avro/pom.xml     | 2 +-
 parquet-column/pom.xml   | 2 +-
 parquet-common/pom.xml   | 2 +-
 parquet-encoding/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index cca35f557..4acf8e738 100644
--- a/parquet-avro/pom.xml
+++ b/parquet-avro/pom.xml
@@ -175,7 +175,7 @@
         <!-- Ensure that the specific classes are available during test 
compile but not included in jar -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <id>add-test-sources</id>
diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index aeca0a2ea..0514f727f 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -131,7 +131,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <id>add-source</id>
diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index 1aeca4bff..3fc395250 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -83,7 +83,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <id>add-source</id>
diff --git a/parquet-encoding/pom.xml b/parquet-encoding/pom.xml
index ad22d3a7c..544f7e775 100644
--- a/parquet-encoding/pom.xml
+++ b/parquet-encoding/pom.xml
@@ -69,7 +69,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <id>add-source</id>

Reply via email to