This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10663 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 9da5b80f0dbe7388dfd3013f616a46f4dbab7d95 Author: Julian Reschke <[email protected]> AuthorDate: Sun Feb 25 14:50:23 2024 +0100 OAK-10663: Upgrade maven-bundle-plugin to 5.1.9 --- oak-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index 44772a7ee0..e6c2a87589 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -136,7 +136,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.8</version> + <version>5.1.9</version> <extensions>true</extensions> <inherited>true</inherited> <dependencies>
