This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 7f525c3dd8 Bump org.codehaus.mojo:exec-maven-plugin in /lang/java
(#3609)
7f525c3dd8 is described below
commit 7f525c3dd8d285829cc7d58abf2cd04475640a41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 06:25:34 2025 +0200
Bump org.codehaus.mojo:exec-maven-plugin in /lang/java (#3609)
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.6.2...3.6.3)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 daa1e84669..e318a3bdf0 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -65,7 +65,7 @@
<archetype-plugin.version>3.4.1</archetype-plugin.version>
<bundle-plugin-version>6.0.0</bundle-plugin-version>
<cyclonedx-maven-plugin.version>2.9.1</cyclonedx-maven-plugin.version>
- <exec-plugin.version>3.6.2</exec-plugin.version>
+ <exec-plugin.version>3.6.3</exec-plugin.version>
<file-management.version>3.2.0</file-management.version>
<javacc-plugin.version>3.0.3</javacc-plugin.version>
<javacc.version>7.0.13</javacc.version>