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/02/09 11:21:58 UTC

[tika] branch main updated: Bump slf4j.version from 1.7.35 to 1.7.36 (#500)

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 f2a06d1  Bump slf4j.version from 1.7.35 to 1.7.36 (#500)
f2a06d1 is described below

commit f2a06d19b90e8c93777ba937d3666605cff6c0b9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 9 06:20:57 2022 -0500

    Bump slf4j.version from 1.7.35 to 1.7.36 (#500)
    
    Bumps `slf4j.version` from 1.7.35 to 1.7.36.
    
    Updates `slf4j-api` from 1.7.35 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36)
    
    Updates `jcl-over-slf4j` from 1.7.35 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36)
    
    Updates `slf4j-simple` from 1.7.35 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 0123a99..2e87856 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -367,7 +367,7 @@
     <scm.version>1.12.2</scm.version>
     <sis.version>1.1</sis.version>
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->
-    <slf4j.version>1.7.35</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <solrj.version>8.11.1</solrj.version>
     <spring.version>5.3.15</spring.version>
     <sqlite.version>3.36.0.3</sqlite.version>