You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2022/07/31 09:56:40 UTC

[jclouds-examples] branch master updated: Bump logback-classic from 1.0.0 to 1.2.0 in /chef-basics

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

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 139e7ee  Bump logback-classic from 1.0.0 to 1.2.0 in /chef-basics
139e7ee is described below

commit 139e7eed1e6a3437be5ddc20e5490d25591cb2d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 21 13:15:57 2022 +0000

    Bump logback-classic from 1.0.0 to 1.2.0 in /chef-basics
    
    Bumps logback-classic from 1.0.0 to 1.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 chef-basics/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chef-basics/pom.xml b/chef-basics/pom.xml
index 49fec29..a442124 100644
--- a/chef-basics/pom.xml
+++ b/chef-basics/pom.xml
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.0.0</version>
+      <version>1.2.0</version>
     </dependency>
   </dependencies>
   <build>