Skip to content

Commit 0b5c5ca

Browse files
committed
Ignore Log4j upgrade to 2.24.2
since there are some known bugs that we encounter in the tests
1 parent 4a5846a commit 0b5c5ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ updates:
132132
versions: [ "4.2.1" ]
133133
# Enable updates after JDK 21 upgrade (as of jsonassert 1.5.2 it requires JDK 21)
134134
- dependency-name: "org.skyscreamer:jsonassert"
135+
# Because of https://github.com/apache/logging-log4j2/issues/3234
136+
- dependency-name: "org.apache.logging.log4j:*"
137+
versions: ["2.24.2"]
135138
- package-ecosystem: "docker"
136139
registries:
137140
- dockerhub

0 commit comments

Comments
 (0)