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/06/14 07:15:03 UTC

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

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 2498b53163 build(deps): bump logback.version from 1.4.7 to 1.4.8
2498b53163 is described below

commit 2498b53163f4ef7c8ca1ec8c9ffb4c4152ec1667
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 13 16:57:30 2023 +0000

    build(deps): bump logback.version from 1.4.7 to 1.4.8
    
    Bumps `logback.version` from 1.4.7 to 1.4.8.
    
    Updates `logback-classic` from 1.4.7 to 1.4.8
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.7...v_1.4.8)
    
    Updates `logback-core` from 1.4.7 to 1.4.8
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.7...v_1.4.8)
    
    ---
    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 56a12ef91e..d394874be8 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.7</logback.version>
+    <logback.version>1.4.8</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>