Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since Dependabot cannot handle multiple versions of the same artifact at once, our Dependabot configuration for
2.x
is split into two runs:log4j-slf4j-impl
(based on SLF4J 1.x) andlog4j-mongodb4
(based on MongoDB client 4.x).Unfortunately, due to the way Maven multi-module support is implemented in Dependabot (see dependabot/dependabot-core#222), the second Dependabot configuration also tries to upgrade the dependencies of
log4j-slf4j-impl
andlog4j-mongodb4
. This is due to the inclusion of the aggregator POM/pom.xml
, which causes Dependabot to also include all the remaining Log4j modules. The easiest solution to this problem is to remove "/" from the second configuration.Pros:
Cons:
commons-csv
and similar artifacts for site-only purposes. IMHO we should find a different way to upgrade these.