You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change introduced spring-boot-starter-test dependency but it did not exclude junit-vintage-engine which is causing issues when running junits independently.
This change introduced spring-boot-starter-test dependency but it did not exclude junit-vintage-engine which is causing issues when running junits independently.
Below dependency should be changed from -
to
The text was updated successfully, but these errors were encountered: