You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/12/03 19:22:10 UTC

(logging-log4j2) branch 2.x updated: Remove unused `com.diffplug.spotless:*` dependabot config

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

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new f82109d259 Remove unused `com.diffplug.spotless:*` dependabot config
f82109d259 is described below

commit f82109d2592f5425983db05b63734c97fb1021e7
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Dec 1 12:16:52 2023 +0100

    Remove unused `com.diffplug.spotless:*` dependabot config
---
 .github/dependabot.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 8ec12a2f11..5caca4933e 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -55,9 +55,6 @@ updates:
     # Kubernetes: keep version 5.x
     - dependency-name: "io.fabric8:*"
       versions: ["[6.0.0,)"]
-    # Spotless 2.32.0 requires Java 11
-    - dependency-name: "com.diffplug.spotless:*"
-      versions: ["[2.32.0,)"]
     # `com.conversantmedia:disruptor` 1.2.16 requires Java 9
     - dependency-name: "com.conversantmedia:disruptor"
       versions: ["[1.2.16,)"]