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/04/18 13:58:13 UTC

[tika] branch main updated: Bump FastInfoset from 2.0.0 to 2.1.0 (#548)

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 23be41144 Bump FastInfoset from 2.0.0 to 2.1.0 (#548)
23be41144 is described below

commit 23be411447fa7cf48839586e482e1a26502e68e3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 18 09:58:08 2022 -0400

    Bump FastInfoset from 2.0.0 to 2.1.0 (#548)
    
    Bumps FastInfoset from 2.0.0 to 2.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.sun.xml.fastinfoset:FastInfoset
      dependency-type: direct:development
      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-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 1234b485f..1f65935bf 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -123,7 +123,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>