You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/27 20:10:51 UTC

[maven-invoker-plugin] branch master updated: Bump slf4j-simple from 1.7.33 to 1.7.35

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a28dce6  Bump slf4j-simple from 1.7.33 to 1.7.35
a28dce6 is described below

commit a28dce68659c8493972415b3a93abd540739a5da
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 27 04:18:09 2022 +0000

    Bump slf4j-simple from 1.7.33 to 1.7.35
    
    Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.33 to 1.7.35.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.33...v_1.7.35)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:development
      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 4c7d743..df3cc2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@ under the License.
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.7.33</version>
+      <version>1.7.35</version>
       <scope>test</scope>
     </dependency>