Fix compatibility with the latest Spring Boot
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user