While trying to upgrade workflow-job to the 5.0 release in jenkinsci/workflow-job-plugin#471, I am getting this bizarre Enforcer error:
Require upper bound dependencies error for org.ow2.asm:asm:9.5 paths to dependency are:
+-org.jenkins-ci.plugins.workflow:workflow-job:999999-SNAPSHOT
+-org.jenkins-ci.plugins.workflow:workflow-api:1322.v857eeeea_9902
+-org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023 (managed) <-- org.jenkins-ci.plugins:scm-api:683.vb_16722fb_b_80b_
+-io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8 (managed) <-- io.jenkins.plugins:asm-api:9.6-3.v2e1fa_b_338cd7
+-org.ow2.asm:asm:9.5 (managed) <-- org.ow2.asm:asm:9.7
and
+-org.jenkins-ci.plugins.workflow:workflow-job:999999-SNAPSHOT
+-org.jenkins-ci.plugins.workflow:workflow-api:1322.v857eeeea_9902
+-org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023 (managed) <-- org.jenkins-ci.plugins:scm-api:683.vb_16722fb_b_80b_
+-io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8 (managed) <-- io.jenkins.plugins:asm-api:9.6-3.v2e1fa_b_338cd7
+-org.ow2.asm:asm-commons:9.7
+-org.ow2.asm:asm:9.5 (managed) <-- org.ow2.asm:asm:9.7
and
+-org.jenkins-ci.plugins.workflow:workflow-job:999999-SNAPSHOT
+-org.jenkins-ci.plugins.workflow:workflow-api:1322.v857eeeea_9902
+-org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023 (managed) <-- org.jenkins-ci.plugins:scm-api:683.vb_16722fb_b_80b_
+-io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8 (managed) <-- io.jenkins.plugins:asm-api:9.6-3.v2e1fa_b_338cd7
+-org.ow2.asm:asm-tree:9.7
+-org.ow2.asm:asm:9.5 (managed) <-- org.ow2.asm:asm:9.7
and
+-org.jenkins-ci.plugins.workflow:workflow-job:999999-SNAPSHOT
+-org.jenkins-ci.plugins.workflow:workflow-api:1322.v857eeeea_9902
+-org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023 (managed) <-- org.jenkins-ci.plugins:scm-api:683.vb_16722fb_b_80b_
+-io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8 (managed) <-- io.jenkins.plugins:asm-api:9.6-3.v2e1fa_b_338cd7
+-org.ow2.asm:asm-util:9.7
+-org.ow2.asm:asm:9.5 (managed) <-- org.ow2.asm:asm:9.7
I cannot figure out where ASM 9.5 is coming from in the above dependency tree. Does anyone have any idea what is going on here?
While trying to upgrade
workflow-jobto the 5.0 release in jenkinsci/workflow-job-plugin#471, I am getting this bizarre Enforcer error:I cannot figure out where ASM 9.5 is coming from in the above dependency tree. Does anyone have any idea what is going on here?