JAVA-4997: Fix junit version used

This commit is contained in:
Krzysztof Woyke 2021-04-28 20:50:30 +02:00
parent f77b9bee84
commit 600d0c4654
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
import org.apache.http.HttpHeaders;
import com.baeldung.roles.custom.Application;
import com.baeldung.roles.custom.persistence.model.Foo;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;