This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new fe38410 Ignore Disruptor 4.x bumps
fe38410 is described below
commit fe38410b6ff95719f132446e97dca8688464b95b
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Nov 3 09:10:54 2023 +0100
Ignore Disruptor 4.x bumps
---
.github/dependabot.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index e962fb5..066959d 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -32,6 +32,9 @@ updates:
# Version 11.x uses Jakarta EE 9
- dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
update-types: ["version-update:semver-major"]
+ # LMAX Disruptor 4.x is not compatible with Log4j 2.x
+ - dependency-name: "com.lmax:disruptor"
+ versions: ["[4.0.0,)"]
- package-ecosystem: github-actions
directory: "/"