This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 8b2d2faa36 Bump org.apache.maven:maven-core in
/tools/maven-bundle-plugin (#327)
8b2d2faa36 is described below
commit 8b2d2faa3669472f50020f7165a076af103c76e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 10:44:45 2024 +0200
Bump org.apache.maven:maven-core in /tools/maven-bundle-plugin (#327)
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from
3.3.9 to 3.8.1.
- [Release notes](https://github.com/apache/maven/releases)
-
[Commits](https://github.com/apache/maven/compare/maven-3.3.9...maven-3.8.1)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tools/maven-bundle-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/maven-bundle-plugin/pom.xml
b/tools/maven-bundle-plugin/pom.xml
index 09fa1ee1f2..22a017f744 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -194,7 +194,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
- <version>3.3.9</version>
+ <version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>