We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5846a commit 0b5c5caCopy full SHA for 0b5c5ca
.github/dependabot.yml
@@ -132,6 +132,9 @@ updates:
132
versions: [ "4.2.1" ]
133
# Enable updates after JDK 21 upgrade (as of jsonassert 1.5.2 it requires JDK 21)
134
- 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"]
138
- package-ecosystem: "docker"
139
registries:
140
- dockerhub
0 commit comments