rollbar / rollbar-java

Rollbar for Java and Android
https://docs.rollbar.com/docs/java
MIT License
72 stars 74 forks source link

version up logback #296

Closed seki-shinnosuke closed 1 month ago

seki-shinnosuke commented 1 year ago

Description of the change

version up logback 1.2.3 -> 1.4.4

Type of change

Checklists

Development

Code review

diegov commented 1 year ago

Hi @seki-shinnosuke.

Unless there's a specific security reason, rollbar-java will add dependencies to the lowest possible version of the 3rd party libraries. As long as those libraries maintain backwards compatibility, this allows our users to pick the version, without rollbar-java forcing them to upgrade.

Is there a specific reason to upgrade logback in this case?