This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 657373f90 Bump org.codehaus.mojo:exec-maven-plugin in /lang/java
(#2918)
657373f90 is described below
commit 657373f900512e74e25da612b0cbd35fba94cfcd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 31 09:26:28 2024 +0200
Bump org.codehaus.mojo:exec-maven-plugin in /lang/java (#2918)
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>
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index a847dd912..b8eacd6fb 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -65,7 +65,7 @@
<archetype-plugin.version>3.2.1</archetype-plugin.version>
<bundle-plugin-version>5.1.9</bundle-plugin-version>
<cyclonedx-maven-plugin.version>2.8.0</cyclonedx-maven-plugin.version>
- <exec-plugin.version>3.2.0</exec-plugin.version>
+ <exec-plugin.version>3.3.0</exec-plugin.version>
<file-management.version>3.1.0</file-management.version>
<javacc-plugin.version>3.0.3</javacc-plugin.version>
<javacc.version>7.0.13</javacc.version>