You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/05/21 08:58:25 UTC

[fluo-yarn] branch main updated: Bump logback-core from 1.1.3 to 1.2.9 (#27)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-yarn.git


The following commit(s) were added to refs/heads/main by this push:
     new 888c05c  Bump logback-core from 1.1.3 to 1.2.9 (#27)
888c05c is described below

commit 888c05c95b92a52a625842ac00e38ee6202650e5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 04:58:21 2022 -0400

    Bump logback-core from 1.1.3 to 1.2.9 (#27)
    
    Bumps logback-core from 1.1.3 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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f23a25..1d417a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
   <properties>
     <findbugs.maxRank>12</findbugs.maxRank>
     <hadoop.version>2.6.5</hadoop.version>
-    <logback.version>1.1.3</logback.version>
+    <logback.version>1.2.9</logback.version>
     <maven.compiler.release>8</maven.compiler.release>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>