Skip to content

Commit

Permalink
Dependabot: ignore log4j version 2.2+ (#2664)
Browse files Browse the repository at this point in the history
Version 2.2 conflicts with JUnit 4 in ingestion-sink. We'd need to update it to v5 first.
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 7ece87e commit afb5379
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ updates:
- dependency-name: org.springframework:spring-core
# Spring 6 requires Java 17
versions: [">=6.0.0"]
- dependency-name: org.apache.logging.log4j:log4j-bom
# Log4j 2.2+ requires Junit5, otherwise ingestion-sink build fails
versions: [">=2.2.0"]
- dependency-name: org.apache.logging.log4j:log4j-core
# Log4j 2.2+ requires Junit5, otherwise ingestion-sink build fails
versions: [ ">=2.2.0" ]
schedule:
interval: daily
reviewers:
Expand Down

0 comments on commit afb5379

Please sign in to comment.