rollbar / rollbar-java

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

log4j 2.17.2 #294

Closed sullis closed 4 months ago

sullis commented 2 years ago

Description of the change

upgrade to latest version of Apache Log4j

https://logging.apache.org/log4j/2.x/

https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.17.2

Type of change

Related issues

Shortcut stories and GitHub issues (delete irrelevant)

Checklists

Development

Code review

diegov commented 1 year ago

Hi @sullis

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 log4j2 in this case?