Skip to content

[🐛 Bug]: Selenium should depend on net.bytebuddy:byte-buddy 1.18.8 instead of 1.18.8-jdk5 #17355

@tmortagne

Description

@tmortagne

Description

74c7f02 upgraded net.bytebuddy:byte-buddy dependency from 1.18.5 to 1.18.8-jdk5, but my understanding is that the point of the -jdk5 flavor is to support Java versions lower than 8, which is not the case of Selenium (unless I missed something).

Selenium is of course (probably) working fine with 1.18.8-jdk5 too, but we have a check to make sure all transitive dependencies are compatible, and Maven sees 1.18.8-jdk5 as greater than our managed dependency 1.18.8 which makes the enforcer plugin complain.

Reproducible Code

Not much to reproduce here, it's strictly a dependency problem.

ℹ️ Last known working version: 4.41.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!C-javaJava BindingsI-defectSomething is not working as intendedI-regressionSomething was working but we "fixed" itOS-linux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions