We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem org.springdoc:springdoc-openapi-ui:1.2.31 pulls in io.github.classgraph:classgraph in two different versions:
io.github.classgraph:classgraph
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
The text was updated successfully, but these errors were encountered:
8a54c60
No branches or pull requests
Problem
org.springdoc:springdoc-openapi-ui:1.2.31
pulls in
io.github.classgraph:classgraph
in two different versions:To Reproduce
maven-enforcer-plugin:3.0.0-M3:enforce
Expected behavior
Both versions are equal. swagger-integration needs an update to 4.8.44
The text was updated successfully, but these errors were encountered: