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/06/12 04:01:18 UTC

[jclouds] branch master updated: Bump logback-core from 1.1.2 to 1.2.9 in /project

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 3538aba871 Bump logback-core from 1.1.2 to 1.2.9 in /project
3538aba871 is described below

commit 3538aba8716fe09a35629ebd4aacef3094d3daba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jun 12 03:41:38 2022 +0000

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

diff --git a/project/pom.xml b/project/pom.xml
index ce37410ae4..acfc8b4f1c 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -237,7 +237,7 @@
 
     <!-- Log dependency versions -->
     <log4j.version>2.17.2</log4j.version>
-    <logback.version>1.2.0</logback.version>
+    <logback.version>1.2.9</logback.version>
 
     <!-- OSGi dependency versions -->
     <osgi.version>6.0.0</osgi.version>