You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/05/20 18:39:32 UTC

[tika] branch main updated: TIKA-3751: update org.osgi.compendium

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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e515e072 TIKA-3751: update org.osgi.compendium
3e515e072 is described below

commit 3e515e0722fd8324787e723beadd89705a31e831
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri May 20 20:39:15 2022 +0200

    TIKA-3751: update org.osgi.compendium
---
 tika-bundles/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-bundles/pom.xml b/tika-bundles/pom.xml
index fd81b20cd..c04672752 100644
--- a/tika-bundles/pom.xml
+++ b/tika-bundles/pom.xml
@@ -40,7 +40,7 @@
       <dependency>
         <groupId>org.osgi</groupId>
         <artifactId>org.osgi.compendium</artifactId>
-        <version>4.3.1</version>
+        <version>5.0.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>