Skip to content

ambitious classgraph version #447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
torsten-github opened this issue Feb 19, 2020 · 0 comments
Closed

ambitious classgraph version #447

torsten-github opened this issue Feb 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@torsten-github
Copy link

Problem
org.springdoc:springdoc-openapi-ui:1.2.31
pulls in io.github.classgraph:classgraph in two different versions:

Dependency convergence error for io.github.classgraph:classgraph:4.6.32 paths to dependency are:

+-de.kba.bqr:bqr-api:SEM-VER
  +-org.springdoc:springdoc-openapi-ui:1.2.31
    +-org.springdoc:springdoc-openapi-webmvc-core:1.2.31
      +-org.springdoc:springdoc-openapi-common:1.2.31
        +-io.swagger.core.v3:swagger-integration:2.1.1
          +-io.github.classgraph:classgraph:4.6.32
and
+-de.kba.bqr:bqr-api:SEM-VER
  +-org.springdoc:springdoc-openapi-ui:1.2.31
    +-org.webjars:webjars-locator:0.38
      +-org.webjars:webjars-locator-core:0.41
        +-io.github.classgraph:classgraph:4.8.44

To Reproduce

    <dependency>
      <groupId>org.springdoc</groupId>
      <artifactId>springdoc-openapi-ui</artifactId>
      <version>1.2.31</version>
    </dependency>

maven-enforcer-plugin:3.0.0-M3:enforce

Expected behavior
Both versions are equal. swagger-integration needs an update to 4.8.44

@bnasslahsen bnasslahsen added the enhancement New feature or request label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants