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 2021/06/23 08:01:07 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump slf4j-api from 1.7.30 to 1.7.31

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 79e3bdc  build(deps): bump slf4j-api from 1.7.30 to 1.7.31
79e3bdc is described below

commit 79e3bdc3d3072dc13a422393370255c4421f13da
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 18 16:07:35 2021 +0000

    build(deps): bump slf4j-api from 1.7.30 to 1.7.31
    
    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.31.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    ---
    updated-dependencies:
    - 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 9b34336..940cb93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <mojarra22.version>2.2.20</mojarra22.version>
     <mojarra23.version>2.3.16</mojarra23.version>
     <openwebbeans.version>2.0.23</openwebbeans.version>
-    <slf4j.version>1.7.30</slf4j.version>
+    <slf4j.version>1.7.31</slf4j.version>
     <logback.version>1.2.3</logback.version>
     <maven.compile.source>1.8</maven.compile.source>
     <maven.compile.target>1.8</maven.compile.target>