which junit should I use?
there are like many different artifacts and when creating the project with intellij + gradle it automatically added:
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
but then there is also junit jupiter api and on mvnrepository it says
This artifact was moved to:
org.junit.jupiter » junit-jupiter-api
