You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/09/13 01:18:30 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2681] Add dependeny bot ignore logback (#3328)

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 13e9fadba [SCB-2681] Add dependeny bot ignore logback (#3328)
13e9fadba is described below

commit 13e9fadba8b88be53d9a52048cf532642d42c1b9
Author: TingTing Wang <19...@qq.com>
AuthorDate: Tue Sep 13 09:18:26 2022 +0800

    [SCB-2681] Add dependeny bot ignore logback (#3328)
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0b1577451..0fefe56d8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -48,6 +48,10 @@ updates:
       - dependency-name: "jersey-common"
         versions:
           - "3.x"
+      - dependency-name: "logback-classic"
+        # logback new versions needs java11 now
+      - dependency-name: "logback-core"
+        # logback new versions needs java11 now
       - dependency-name: "protostuff-parser"
         # protostuff-parser new versions needs java11 now
       - dependency-name: "swagger2markup"