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
These conflicting kotlin versions were present in the dependency tree in older commits too, but the conflict was not spotted by the maven enforcer plugin until dependabot updated the plugin-pom to 4.55, probably because that update steps the enforcer plugin from 3.1.0 to 3.2.1.
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Not applicable
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 18.04.6 LTS
Apache Maven 3.8.6
openjdk version "11.0.18" 2023-01-17
Reproduction steps
mvn install
should be enough)Expected Results
Successful maven build.
Actual Results
Maven builds on the master branch since commit 78dcae2 fail due to a RequireUpperBoundDeps violation for kotlin:
Anything else?
The root cause for this is tracked in jenkinsci/plugin-pom#705.
These conflicting kotlin versions were present in the dependency tree in older commits too, but the conflict was not spotted by the maven enforcer plugin until dependabot updated the plugin-pom to 4.55, probably because that update steps the enforcer plugin from 3.1.0 to 3.2.1.
The text was updated successfully, but these errors were encountered: