You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Define version of error_prone_annotations in parent POM (#3785)
This change explicitly defines the version of the `error_prone_annotations` dependency in the `log4j` parent POM.
Previously, the version was inherited via the `error-prone.version` property from `logging-parent`. However, because the `log4j-bom` POM is flattened during publication, this property no longer resolves in consumer projects.
Fixes#3779
0 commit comments