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 a17dca589e Bump org.codehaus.modello:modello-maven-plugin from 2.5.1
to 2.6.0 (#2243) (#2249)
a17dca589e is described below
commit a17dca589e8fa4816e306e5da8b901bfb2a6c4db
Author: JB Onofré <[email protected]>
AuthorDate: Sun Feb 1 17:47:33 2026 +0100
Bump org.codehaus.modello:modello-maven-plugin from 2.5.1 to 2.6.0 (#2243)
(#2249)
Bumps
[org.codehaus.modello:modello-maven-plugin](https://github.com/codehaus-plexus/modello)
from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/codehaus-plexus/modello/releases)
-
[Commits](https://github.com/codehaus-plexus/modello/compare/modello-2.5.1...modello-2.6.0)
---
updated-dependencies:
- dependency-name: org.codehaus.modello:modello-maven-plugin
dependency-version: 2.6.0
dependency-type: direct:development
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>
---
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 a0f0c2f4b5..496fbcbec6 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.5.1</version>
+ <version>2.6.0</version>
<executions>
<execution>
<phase>generate-sources</phase>