This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 104b5f2578 chore(deps): bump
org.apache.maven.plugins:maven-archetype-plugin from 3.2.1 to 3.4.1 (#3855)
104b5f2578 is described below
commit 104b5f25783914bc738f7ed11fedf84403a017f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 3 15:42:59 2025 +0100
chore(deps): bump org.apache.maven.plugins:maven-archetype-plugin from
3.2.1 to 3.4.1 (#3855)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
archetypes/streampipes-archetype-extensions-jvm/pom.xml | 2 +-
streampipes-commons/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml
b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
index 43a3516335..5af46a89ac 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
@@ -43,7 +43,7 @@
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.4.1</version>
</plugin>
</plugins>
</pluginManagement>
diff --git a/streampipes-commons/pom.xml b/streampipes-commons/pom.xml
index 771e29efb2..823998d5c7 100644
--- a/streampipes-commons/pom.xml
+++ b/streampipes-commons/pom.xml
@@ -72,7 +72,7 @@
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.4.1</version>
</plugin>
</plugins>
</pluginManagement>