This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new b2a5c9289f [4.4.x] bump org.codehaus.modello:modello-maven-plugin
(#2850)
b2a5c9289f is described below
commit b2a5c9289f12bdff8fb462273c8c2b3340312267
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 6 08:09:03 2026 +0200
[4.4.x] bump org.codehaus.modello:modello-maven-plugin (#2850)
Bumps
[org.codehaus.modello:modello-maven-plugin](https://github.com/codehaus-plexus/modello)
from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/codehaus-plexus/modello/releases)
-
[Commits](https://github.com/codehaus-plexus/modello/compare/modello-2.8.0...modello-2.8.1)
---
updated-dependencies:
- dependency-name: org.codehaus.modello:modello-maven-plugin
dependency-version: 2.8.1
dependency-type: direct:development
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>
---
tooling/utils/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/utils/pom.xml b/tooling/utils/pom.xml
index f126198c92..90268f190e 100644
--- a/tooling/utils/pom.xml
+++ b/tooling/utils/pom.xml
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
- <version>2.8.0</version>
+ <version>2.8.1</version>
<executions>
<execution>
<phase>generate-sources</phase>