This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 2153b34a Bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0
(#540)
2153b34a is described below
commit 2153b34a9dd2141650e1e1245a255b00cc705936
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 07:10:18 2026 +0200
Bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0 (#540)
---
caseditor-corpus-server-plugin/pom.xml | 2 +-
caseditor-opennlp-plugin/pom.xml | 2 +-
corpus-server/corpus-server-core/pom.xml | 2 +-
corpus-server/corpus-server-impl/pom.xml | 2 +-
pom.xml | 2 +-
tagging-server/pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/caseditor-corpus-server-plugin/pom.xml
b/caseditor-corpus-server-plugin/pom.xml
index 4645710a..21bdbe35 100644
--- a/caseditor-corpus-server-plugin/pom.xml
+++ b/caseditor-corpus-server-plugin/pom.xml
@@ -211,7 +211,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
<executions>
<execution>
<goals><goal>manifest</goal></goals>
diff --git a/caseditor-opennlp-plugin/pom.xml b/caseditor-opennlp-plugin/pom.xml
index 9a2261e3..7299e8b1 100644
--- a/caseditor-opennlp-plugin/pom.xml
+++ b/caseditor-opennlp-plugin/pom.xml
@@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
<executions>
<execution>
<goals><goal>manifest</goal></goals>
diff --git a/corpus-server/corpus-server-core/pom.xml
b/corpus-server/corpus-server-core/pom.xml
index afc4b7f5..55631ba6 100644
--- a/corpus-server/corpus-server-core/pom.xml
+++ b/corpus-server/corpus-server-core/pom.xml
@@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
<extensions>true</extensions>
<executions>
<execution>
diff --git a/corpus-server/corpus-server-impl/pom.xml
b/corpus-server/corpus-server-impl/pom.xml
index 37059b4f..e94fad5b 100644
--- a/corpus-server/corpus-server-impl/pom.xml
+++ b/corpus-server/corpus-server-impl/pom.xml
@@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
<extensions>true</extensions>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index 12a4dcc5..9159f0fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
</plugin>
<!--
<plugin>
diff --git a/tagging-server/pom.xml b/tagging-server/pom.xml
index c3ea7718..7eb1b50c 100644
--- a/tagging-server/pom.xml
+++ b/tagging-server/pom.xml
@@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
<extensions>true</extensions>
<executions>
<execution>