Update dependency versions
This commit is contained in:
@@ -58,8 +58,10 @@ import org.springframework.util.SocketUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = { TaskLauncherSinkApplication.class,
|
||||
TaskLauncherSinkTests.TaskLauncherConfiguration.class }, properties = {
|
||||
@SpringBootTest(
|
||||
classes = { TaskLauncherSinkApplication.class,
|
||||
TaskLauncherSinkTests.TaskLauncherConfiguration.class },
|
||||
properties = {
|
||||
"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release" })
|
||||
public class TaskLauncherSinkTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user