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
Description
74c7f02 upgraded
net.bytebuddy:byte-buddydependency from 1.18.5 to 1.18.8-jdk5, but my understanding is that the point of the-jdk5flavor 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-jdk5too, but we have a check to make sure all transitive dependencies are compatible, and Maven sees1.18.8-jdk5as greater than our managed dependency1.18.8which 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