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 e875923  Bump ch.qos.logback:logback-classic in /compute-basics
e875923 is described below

commit e875923dfc52ff26eb9d206279d089f7f586d58e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 5 22:08:29 2023 +0000

    Bump ch.qos.logback:logback-classic in /compute-basics
    
    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) 
from 1.2.0 to 1.2.13.
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.0...v_1.2.13)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 compute-basics/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compute-basics/pom.xml b/compute-basics/pom.xml
index 5d67f25..932437b 100644
--- a/compute-basics/pom.xml
+++ b/compute-basics/pom.xml
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.13</version>
     </dependency>
   </dependencies>
   <build>

Reply via email to