You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/03/14 11:09:09 UTC

[logging-log4j2] branch release-2.x updated: Bump logbackVersion from 1.2.3 to 1.2.11 (#793)

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 28b1ae6  Bump logbackVersion from 1.2.3 to 1.2.11 (#793)
28b1ae6 is described below

commit 28b1ae60771937dd2cc4abcc744b097978afd1b7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 14 12:09:04 2022 +0100

    Bump logbackVersion from 1.2.3 to 1.2.11 (#793)
    
    Bumps `logbackVersion` from 1.2.3 to 1.2.11.
    
    Updates `logback-core` from 1.2.3 to 1.2.11
    
    Updates `logback-classic` from 1.2.3 to 1.2.11
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ch.qos.logback:logback-classic
      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 98a9f21..4c9c1cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
     <Log4jSigningUserName>rgoers@apache.org</Log4jSigningUserName>
     <!-- note that any properties you want available in velocity templates must not use periods! -->
     <slf4jVersion>1.7.36</slf4jVersion>
-    <logbackVersion>1.2.3</logbackVersion>
+    <logbackVersion>1.2.11</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
     <jackson2Version>2.13.2</jackson2Version>
     <spring-boot.version>2.5.7</spring-boot.version>