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 2022/03/01 08:46:28 UTC

[jena] branch main updated: Bump ver.slf4j from 1.7.35 to 1.7.36

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 5487a98  Bump ver.slf4j from 1.7.35 to 1.7.36
5487a98 is described below

commit 5487a98ec1590adf818d342371d79beb02b56f6b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 1 00:44:48 2022 +0000

    Bump ver.slf4j from 1.7.35 to 1.7.36
    
    Bumps `ver.slf4j` 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 `slf4j-jdk14` 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 `jul-to-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)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 914a076..0464f3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <ver.contract.tests>0.2.0</ver.contract.tests>
 
     <!-- Dependencies -->
-    <ver.slf4j>1.7.35</ver.slf4j>
+    <ver.slf4j>1.7.36</ver.slf4j>
     <ver.log4j2>2.17.1</ver.log4j2>
 
     <ver.lucene>8.11.1</ver.lucene>