After bumping to junit 4.13.1, some tests using @SpringBootTest annotation are not executed anymore.
spring-boot-starter-test brings dependencies on junit-vintage-engine and junit-jupiter that must be excluded to make them work again.
- clones
-
JBPM-9453 Exclusions needed at spring-boot-starter-test after bumping to junit 4.13.1
- Pull Request Sent