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/18 18:56:11 UTC

[tika] 02/02: TIKA-3770: update bundle dependencies

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

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

commit d50b31a2b3aa99381458a42d86e466facbe6edeb
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed May 18 20:55:58 2022 +0200

    TIKA-3770: update bundle dependencies
---
 tika-bundle/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 86b3dc991..7f5224b89 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.1</version>
+      <version>7.0.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.service.cm</artifactId>
-      <version>1.6.0</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
 
@@ -166,7 +166,7 @@
 	<dependency>
 	    <groupId>com.sun.xml.fastinfoset</groupId>
 	    <artifactId>FastInfoset</artifactId>
-	    <version>2.0.0</version>
+	    <version>2.1.0</version>
 	    <scope>test</scope>
 	</dependency>
   </dependencies>