Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<!-- NB: We want this, despite warning from dependency:analyze. -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.2.9</version>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since logback-core is a transitive dependency of logback-classic, would it make sense to combine the two dependencies in the POM?
This would have the advantage of reducing the chances of having these getting out of sync and the resolution issues associated with different build systems

</dependency>
<dependency>
<!-- NB: We want this, despite warning from dependency:analyze. -->
Expand Down