You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/08/01 09:11:58 UTC

[jena] branch main updated: Bump ver.slf4j from 1.7.31 to 1.7.32 (#1031)

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f62b23  Bump ver.slf4j from 1.7.31 to 1.7.32 (#1031)
9f62b23 is described below

commit 9f62b23e20c6a8c9a2de516ce3d2140360df4129
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 1 10:11:52 2021 +0100

    Bump ver.slf4j from 1.7.31 to 1.7.32 (#1031)
    
    Bumps `ver.slf4j` from 1.7.31 to 1.7.32.
    
    Updates `slf4j-api` from 1.7.31 to 1.7.32
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.31...v_1.7.32)
    
    Updates `slf4j-jdk14` from 1.7.31 to 1.7.32
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.31...v_1.7.32)
    
    Updates `jcl-over-slf4j` from 1.7.31 to 1.7.32
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.31...v_1.7.32)
    
    Updates `jul-to-slf4j` from 1.7.31 to 1.7.32
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.31...v_1.7.32)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-jdk14
      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:jul-to-slf4j
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df270b6..bfe9387 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
    <properties>
     <ver.junit>4.13.2</ver.junit>  
 
-    <ver.slf4j>1.7.31</ver.slf4j>
+    <ver.slf4j>1.7.32</ver.slf4j>
     <ver.log4j2>2.14.1</ver.log4j2>
     <ver.shade-plugin>3.2.4</ver.shade-plugin>