AdaptiveConsulting / nexus-casc-plugin

Configuration as code plugin for Sonatype Nexus Repository Manager
MIT License
48 stars 21 forks source link

Update snakeyaml due to dependency convergence failure #29

Closed Wonno closed 3 years ago

Wonno commented 3 years ago

Sine maven enforcer is currently failing for dependency convergence check its probably a good idea to update snakeyaml

[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-dependency-convergence) @ nexus-casc-plugin ---
[WARNING] 
Dependency convergence error for org.yaml:snakeyaml:1.28 paths to dependency are:
+-com.weareadaptive.nexus:nexus-casc-plugin:3.32.0-03
  +-org.sonatype.nexus:nexus-repository:3.32.0-03
    +-org.sonatype.nexus:nexus-elasticsearch:3.32.0-03
      +-org.sonatype.nexus.bundles:org.sonatype.nexus.bundles.elasticsearch:3.32.0-03
        +-com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.4
          +-org.yaml:snakeyaml:1.28
and
+-com.weareadaptive.nexus:nexus-casc-plugin:3.32.0-03
  +-org.yaml:snakeyaml:1.26
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
Failed while enforcing releasability the error(s) are [
Dependency convergence error for org.yaml:snakeyaml:1.28 paths to dependency are:
+-com.weareadaptive.nexus:nexus-casc-plugin:3.32.0-03
  +-org.sonatype.nexus:nexus-repository:3.32.0-03
    +-org.sonatype.nexus:nexus-elasticsearch:3.32.0-03
      +-org.sonatype.nexus.bundles:org.sonatype.nexus.bundles.elasticsearch:3.32.0-03
        +-com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.4
          +-org.yaml:snakeyaml:1.28
and
+-com.weareadaptive.nexus:nexus-casc-plugin:3.32.0-03
  +-org.yaml:snakeyaml:1.26
]
Wonno commented 3 years ago

Solved within PR #28