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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git

commit a818b8de9ba39a3efaa7758d9998bfdd9bd5aa8c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Oct 31 14:23:21 2023 +0100

    Don't upgrade SpringFox
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d064e3f..f50e9d1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -31,6 +31,9 @@ updates:
     # The EclipseLink Maven plugin version 3.x requires Java 17
     - dependency-name: "com.ethlo.persistence.tools:*"
       versions: "[3, )"
+    # SpringFox 3.x needs a code update
+    - dependency-name: "io.springfox:*"
+      versions: "[3, )"
 
 - package-ecosystem: github-actions
   directory: "/"

Reply via email to