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/11/23 18:02:56 UTC

[myfaces-tobago] branch main updated: build(deps): bump logback.version from 1.4.4 to 1.4.5 (#3447)

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

lofwyr 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 de4617b945 build(deps): bump logback.version from 1.4.4 to 1.4.5 (#3447)
de4617b945 is described below

commit de4617b945042b607539af7d4083b5b0f820c18f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 23 19:02:50 2022 +0100

    build(deps): bump logback.version from 1.4.4 to 1.4.5 (#3447)
    
    Bumps `logback.version` from 1.4.4 to 1.4.5.
    
    Updates `logback-classic` from 1.4.4 to 1.4.5
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.4...v_1.4.5)
    
    Updates `logback-core` from 1.4.4 to 1.4.5
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.4...v_1.4.5)
    
    ---
    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>
    
    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 b15a2889a2..4cb32bca08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <mojarra30.version>3.0.3</mojarra30.version>
     <openwebbeans.version>2.0.27</openwebbeans.version>
     <slf4j.version>2.0.4</slf4j.version>
-    <logback.version>1.4.4</logback.version>
+    <logback.version>1.4.5</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>