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/11 06:54:26 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps-dev): 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 tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit b707fac76b7bd11522ee13c717ae042ab12b77d9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 10 16:58:05 2022 +0000

    build(deps-dev): 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:development
      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 57fe431..44af952 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
     <mojarra21.version>2.1.29-11</mojarra21.version>
     <mojarra22.version>2.2.20</mojarra22.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <logback.version>1.2.10</logback.version>
+    <logback.version>1.2.11</logback.version>
     <log4j.version>2.17.2</log4j.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>