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 2022/10/04 06:44:43 UTC

[myfaces-tobago] branch main updated: build(deps): bump slf4j.version from 2.0.2 to 2.0.3

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 eb58d213e1 build(deps): bump slf4j.version from 2.0.2 to 2.0.3
eb58d213e1 is described below

commit eb58d213e161719a4106e5e7571f707bd8c71368
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 28 16:14:47 2022 +0000

    build(deps): bump slf4j.version from 2.0.2 to 2.0.3
    
    Bumps `slf4j.version` from 2.0.2 to 2.0.3.
    
    Updates `jcl-over-slf4j` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3)
    
    Updates `slf4j-api` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7804900672..b93e8774f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     <myfaces30.version>3.0.2</myfaces30.version>
     <mojarra30.version>3.0.2</mojarra30.version>
     <openwebbeans.version>2.0.27</openwebbeans.version>
-    <slf4j.version>2.0.2</slf4j.version>
+    <slf4j.version>2.0.3</slf4j.version>
     <logback.version>1.4.1</logback.version>
     <maven.compile.source>1.8</maven.compile.source>
     <maven.compile.target>1.8</maven.compile.target>