This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-12715
in repository 
https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git

commit 53f5a29d257c4615fc69a04120509f319e5ce913
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Mar 26 17:48:10 2025 +0100

    SLING-12715 - feature-converter-maven-plugin Jenkins buid fails
    
    Update the maven-bundle-plugin version to support Java 21
---
 src/it/setup-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/setup-tests/pom.xml b/src/it/setup-tests/pom.xml
index 97dd5a7..9ee9e83 100644
--- a/src/it/setup-tests/pom.xml
+++ b/src/it/setup-tests/pom.xml
@@ -47,7 +47,7 @@
         <jar.plugin.version>3.1.1</jar.plugin.version>
         <enforcer.plugin.version>3.0.0-M2</enforcer.plugin.version>
         <compiler.plugin.version>3.8.0</compiler.plugin.version>
-        <bundle.plugin.version>4.2.0</bundle.plugin.version>
+        <bundle.plugin.version>5.1.5</bundle.plugin.version>
         <clean.plugin.version>3.1.0</clean.plugin.version>
         <installer.plugin.version>3.0.0-M1</installer.plugin.version>
         <surfire.plugin.version>3.0.0-M3</surfire.plugin.version>

Reply via email to