You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/05/23 14:41:03 UTC

[tika] branch main updated: Bump sis.version from 1.1 to 1.2 (#572)

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

tallison 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 3631ad335 Bump sis.version from 1.1 to 1.2 (#572)
3631ad335 is described below

commit 3631ad3352e083038bde18d66c869d013c4aaa38
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 23 10:40:57 2022 -0400

    Bump sis.version from 1.1 to 1.2 (#572)
    
    Bumps `sis.version` from 1.1 to 1.2.
    
    Updates `sis-utility` from 1.1 to 1.2
    
    Updates `sis-netcdf` from 1.1 to 1.2
    
    Updates `sis-metadata` from 1.1 to 1.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.sis.core:sis-utility
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sis.storage:sis-netcdf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sis.core:sis-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2eef30f24..4732c0f61 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -371,7 +371,7 @@
     <quartz.version>2.3.2</quartz.version>
     <rome.version>1.18.0</rome.version>
     <scm.version>1.12.2</scm.version>
-    <sis.version>1.1</sis.version>
+    <sis.version>1.2</sis.version>
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->
     <slf4j.version>1.7.36</slf4j.version>
     <solrj.version>8.11.1</solrj.version>