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 3d3237a18 Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0
(#1359)
3d3237a18 is described below
commit 3d3237a184afcadf811592827a68f106864a597e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 31 16:01:56 2024 +0200
Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 (#1359)
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet-column/pom.xml | 2 +-
parquet-common/pom.xml | 2 +-
parquet-encoding/pom.xml | 2 +-
parquet-format-structures/pom.xml | 2 +-
parquet-thrift/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index db372bbf8..aeca0a2ea 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -150,7 +150,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index 78b054901..1aeca4bff 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -102,7 +102,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
diff --git a/parquet-encoding/pom.xml b/parquet-encoding/pom.xml
index 7fbac0964..ad22d3a7c 100644
--- a/parquet-encoding/pom.xml
+++ b/parquet-encoding/pom.xml
@@ -88,7 +88,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
diff --git a/parquet-format-structures/pom.xml
b/parquet-format-structures/pom.xml
index 8fb6c2252..801b94f76 100644
--- a/parquet-format-structures/pom.xml
+++ b/parquet-format-structures/pom.xml
@@ -176,7 +176,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>check-thrift-version</id>
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index 8e275afd3..df865f2da 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -248,7 +248,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>check-thrift-version</id>