You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2021/10/10 02:05:46 UTC

[tika] branch main updated: Upgraded org.apache.felix.framework test dependency to 7.0.1 support Java 17

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

dmeikle 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 8e44f39  Upgraded org.apache.felix.framework test dependency to 7.0.1 support Java 17
8e44f39 is described below

commit 8e44f39951375585dc81c0dd8f4614e99584b34e
Author: David Meikle <dm...@apache.org>
AuthorDate: Sun Oct 10 03:05:35 2021 +0100

    Upgraded org.apache.felix.framework test dependency to 7.0.1 support Java 17
---
 tika-bundles/tika-bundle-standard/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-bundles/tika-bundle-standard/pom.xml b/tika-bundles/tika-bundle-standard/pom.xml
index e4d55d7..127cacb 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.10</version>
+      <version>7.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>