You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/11/24 16:56:31 UTC

[sling-org-apache-sling-app-cms] branch master updated: Bump tika-core from 1.21 to 1.22 (#8)

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new e5959f1  Bump tika-core from 1.21 to 1.22 (#8)
e5959f1 is described below

commit e5959f1809b42832dec04d356e716a81de7d1aee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Nov 24 11:56:23 2019 -0500

    Bump tika-core from 1.21 to 1.22 (#8)
    
    Bumps [tika-core](https://github.com/apache/tika) from 1.21 to 1.22.
    - [Release notes](https://github.com/apache/tika/releases)
    - [Changelog](https://github.com/apache/tika/blob/master/CHANGES.txt)
    - [Commits](https://github.com/apache/tika/compare/1.21...1.22)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 635411c..130f3c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>1.21</version>
+                <version>1.22</version>
                 <scope>provided</scope>
             </dependency>