Fix compatibility with the latest Spring Boot

This commit is contained in:
Artem Bilan
2022-05-13 10:37:52 -04:00
parent ff51f22716
commit dff443ce90
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.integration.channel.DirectChannel;

View File

@@ -38,7 +38,7 @@ allprojects {
maven { url 'https://repo.spring.io/release' }
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'https://repo.spring.io/libs-staging-local' }
// maven { url 'https://repo.spring.io/libs-staging-local' }
}
}
@@ -260,11 +260,11 @@ subprojects { subproject ->
postgresVersion = '42.3.3'
slf4jVersion = '1.7.30'
springCloudVersion = '2022.0.0-SNAPSHOT'
springIntegrationVersion = '6.0.0-M2'
springIntegrationVersion = '6.0.0-SNAPSHOT'
springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT'
springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT'
springVersion = '6.0.0-M3'
springSecurityVersion = '6.0.0-M2'
springVersion = '6.0.0-SNAPSHOT'
springSecurityVersion = '6.0.0-SNAPSHOT'
springWebFlowVersion = '2.3.3.RELEASE'
testcontainersVersion = '1.16.2'
tilesJspVersion = '2.2.1'