You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/04/21 12:19:51 UTC

[myfaces-tobago] branch main updated: build(deps): bump logback.version from 1.4.6 to 1.4.7

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 387e386156 build(deps): bump logback.version from 1.4.6 to 1.4.7
387e386156 is described below

commit 387e386156c476a29e131e3d75ca2c22d62bc4be
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 20 16:57:16 2023 +0000

    build(deps): bump logback.version from 1.4.6 to 1.4.7
    
    Bumps `logback.version` from 1.4.6 to 1.4.7.
    
    Updates `logback-classic` from 1.4.6 to 1.4.7
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.6...v_1.4.7)
    
    Updates `logback-core` from 1.4.6 to 1.4.7
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.6...v_1.4.7)
    
    ---
    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 a506a094e5..0e3be6de3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <mojarra30.version>3.0.4</mojarra30.version>
     <openwebbeans.version>2.0.27</openwebbeans.version>
     <slf4j.version>2.0.7</slf4j.version>
-    <logback.version>1.4.6</logback.version>
+    <logback.version>1.4.7</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>