sashapolo commented on code in PR #7802:
URL: https://github.com/apache/ignite-3/pull/7802#discussion_r2960311705
##########
.github/dependabot.yml:
##########
@@ -9,6 +9,11 @@ updates:
# Calcite is updated manually
- dependency-name: "org.apache.calcite:calcite-core"
- dependency-name: "org.apache.calcite:calcite-linq4j"
+
+ # Log4j is rolled back manually to prevent test failures due to a bug in
2.25.x versions.
+ #
https://github.com/apache/logging-log4j2/issues/3929#issuecomment-4044999886
+ - dependency-name: "org.apache.logging.log4j:*"
Review Comment:
I meant, you can remove this section altogether, we can skip the "2.25.3" on
the dependabot config level, which is not here, I'll do it myself
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]