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

[myfaces-tobago] branch master updated: build(deps): bump logback.version from 1.2.10 to 1.2.11

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fc8775  build(deps): bump logback.version from 1.2.10 to 1.2.11
2fc8775 is described below

commit 2fc877579b9155a8a749ffa3175de9c62ebd57ee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 9 16:53:51 2022 +0000

    build(deps): bump logback.version from 1.2.10 to 1.2.11
    
    Bumps `logback.version` from 1.2.10 to 1.2.11.
    
    Updates `logback-classic` from 1.2.10 to 1.2.11
    
    Updates `logback-core` from 1.2.10 to 1.2.11
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: ch.qos.logback:logback-core
      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 a40789b..0430f7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <mojarra30.version>3.0.2</mojarra30.version>
     <openwebbeans.version>2.0.26</openwebbeans.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <logback.version>1.2.10</logback.version>
+    <logback.version>1.2.11</logback.version>
     <maven.compile.source>1.8</maven.compile.source>
     <maven.compile.target>1.8</maven.compile.target>
     <maven.compile.encoding>UTF-8</maven.compile.encoding>