Skip to content
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

dependency mismatch: junit5 #342

Closed
jangalinski opened this issue Sep 25, 2023 · 1 comment
Closed

dependency mismatch: junit5 #342

jangalinski opened this issue Sep 25, 2023 · 1 comment
Assignees
Labels
Type: bug Something isn't working Type: dependencies Pull requests that update a dependency file
Milestone

Comments

@jangalinski
Copy link
Contributor

We have multiple versions the classpath/overall external-libraries

  • org.junit.jupiter
    • junit-jupiter
    • 5.9.1
    • 5.10.0
    • junit-jupiter-api
    • 5.9.1
    • 5.10.0
    • junit-jupiter-engine
    • 5.9.1
    • 5.10.0
    • junit-jupiter-params
    • 5.9.1
    • 5.10.0
  • org.junit.platform
    • junit-platform-commons
      • 1.9.1
      • 1.0.0
    • junit-platform-engine
      • 1.9.1
      • 1.0.0

we should analyse where these come from and use exclusions (or explicit declaration) to force common latest version.

@jangalinski jangalinski added the Type: bug Something isn't working label Sep 25, 2023
@jangalinski jangalinski self-assigned this Oct 10, 2023
@jangalinski jangalinski added the Type: dependencies Pull requests that update a dependency file label Oct 10, 2023
@jangalinski jangalinski added this to the 4.8.0.1 milestone Oct 10, 2023
@jangalinski
Copy link
Contributor Author

fixed with #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working Type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant