This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new e3925dcc Bump org.apache.maven.plugins:maven-archetype-plugin from
3.3.0 to 3.3.1 (#1390)
e3925dcc is described below
commit e3925dcc279b5bd2dac6f62c6b0afaf7502954b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 17:56:10 2024 +0000
Bump org.apache.maven.plugins:maven-archetype-plugin from 3.3.0 to 3.3.1
(#1390)
Bumps
[org.apache.maven.plugins:maven-archetype-plugin](https://github.com/apache/maven-archetype)
from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-archetype/releases)
-
[Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.3.0...maven-archetype-3.3.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-archetype-plugin
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>
---
archetype/pom.xml | 2 +-
external/opensearch/archetype/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 9d71aae2..398e4c78 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -57,7 +57,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/external/opensearch/archetype/pom.xml
b/external/opensearch/archetype/pom.xml
index d7d301ab..f65b74ef 100644
--- a/external/opensearch/archetype/pom.xml
+++ b/external/opensearch/archetype/pom.xml
@@ -64,7 +64,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</plugin>
</plugins>
</pluginManagement>