Skip to content

ambitious classgraph version #447

Closed
Closed
@torsten-github

Description

@torsten-github

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions