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/12/14 10:09:32 UTC

[myfaces-tobago] branch main updated: build(deps): bump slf4j.version from 2.0.5 to 2.0.6 (#3535)

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 0525fa9b5a build(deps): bump slf4j.version from 2.0.5 to 2.0.6 (#3535)
0525fa9b5a is described below

commit 0525fa9b5a6409dda88d078e386974df863f9df4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 14 11:09:26 2022 +0100

    build(deps): bump slf4j.version from 2.0.5 to 2.0.6 (#3535)
    
    Bumps `slf4j.version` from 2.0.5 to 2.0.6.
    
    Updates `jcl-over-slf4j` from 2.0.5 to 2.0.6
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6)
    
    Updates `slf4j-api` from 2.0.5 to 2.0.6
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.5...v_2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-api
      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 9c3be454a8..47902c3489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     <myfaces30.version>3.0.2</myfaces30.version>
     <mojarra30.version>3.0.3</mojarra30.version>
     <openwebbeans.version>2.0.27</openwebbeans.version>
-    <slf4j.version>2.0.5</slf4j.version>
+    <slf4j.version>2.0.6</slf4j.version>
     <logback.version>1.4.5</logback.version>
     <maven.compile.source>1.8</maven.compile.source>
     <maven.compile.target>1.8</maven.compile.target>