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 aefe3776d3 Bump archetype-plugin.version from 3.3.1 to 3.4.0 in
/lang/java (#3382)
aefe3776d3 is described below
commit aefe3776d3a253c5e336d26c034c46426ba4c661
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 18 22:23:39 2025 +0200
Bump archetype-plugin.version from 3.3.1 to 3.4.0 in /lang/java (#3382)
Bumps `archetype-plugin.version` from 3.3.1 to 3.4.0.
Updates `org.apache.maven.archetype:archetype-packaging` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/apache/maven-archetype/releases)
-
[Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.3.1...maven-archetype-3.4.0)
Updates `org.apache.maven.plugins:maven-archetype-plugin` from 3.3.1 to
3.4.0
- [Release notes](https://github.com/apache/maven-archetype/releases)
-
[Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.3.1...maven-archetype-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.archetype:archetype-packaging
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-archetype-plugin
dependency-version: 3.4.0
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 5afd9383db..6e8df0cb6e 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -62,7 +62,7 @@
<velocity.version>2.4.1</velocity.version>
<zstd-jni.version>1.5.7-3</zstd-jni.version>
<!-- version properties for plugins -->
- <archetype-plugin.version>3.3.1</archetype-plugin.version>
+ <archetype-plugin.version>3.4.0</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.5.0</exec-plugin.version>