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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new a778f66  TIKA-3244: update ops4j-base
a778f66 is described below

commit a778f665e70dcb3183aab5452f8201d644b66706
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 11 21:40:36 2020 +0100

    TIKA-3244: update ops4j-base
---
 tika-bundle/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index e571015..03f2d13 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -73,6 +73,10 @@
           <groupId>org.ops4j.base</groupId>
           <artifactId>ops4j-base-store</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.ops4j.base</groupId>
+          <artifactId>ops4j-base-lang</artifactId>
+        </exclusion>
       </exclusions>
       <scope>test</scope>
     </dependency>
@@ -95,13 +99,13 @@
     <dependency>
       <groupId>org.ops4j.base</groupId>
       <artifactId>ops4j-base-util-property</artifactId>
-      <version>1.5.0</version>
+      <version>1.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.base</groupId>
       <artifactId>ops4j-base-lang</artifactId>
-      <version>1.5.0</version>
+      <version>1.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to