You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/04/19 18:39:07 UTC

[avro] branch master updated: Bump slf4j.version from 1.7.33 to 1.7.36 in /lang/java (#1646)

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new a3ee2f193 Bump slf4j.version from 1.7.33 to 1.7.36 in /lang/java (#1646)
a3ee2f193 is described below

commit a3ee2f193c199e4ff3832bdb34477e33aebd14b0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 19 21:39:00 2022 +0300

    Bump slf4j.version from 1.7.33 to 1.7.36 in /lang/java (#1646)
    
    Bumps `slf4j.version` from 1.7.33 to 1.7.36.
    
    Updates `slf4j-api` from 1.7.33 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.36)
    
    Updates `slf4j-simple` from 1.7.33 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.36)
    
    Updates `slf4j-log4j12` from 1.7.33 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...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-simple
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-log4j12
      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>
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index a40483ac3..36f94fc07 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -46,7 +46,7 @@
     <netty.version>4.1.75.Final</netty.version>
     <protobuf.version>3.19.4</protobuf.version>
     <thrift.version>0.15.0</thrift.version>
-    <slf4j.version>1.7.33</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <reload4j.version>1.2.19</reload4j.version>
     <snappy.version>1.1.8.4</snappy.version>
     <velocity.version>2.3</velocity.version>