Update samples' dependencies
This commit is contained in:
@@ -6,10 +6,10 @@ apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
group = 'com.example'
|
||||
@@ -30,12 +30,12 @@ configurations {
|
||||
dependencies {
|
||||
asciidoctorExtensions "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"
|
||||
|
||||
implementation 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'
|
||||
implementation 'org.springframework:spring-context:5.0.1.RELEASE'
|
||||
implementation 'org.springframework:spring-webflux:5.0.1.RELEASE'
|
||||
implementation 'io.projectreactor.netty:reactor-netty-http:1.0.15'
|
||||
implementation 'org.springframework:spring-context:5.3.14'
|
||||
implementation 'org.springframework:spring-webflux:5.3.14'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.springframework:spring-test:5.0.1.RELEASE'
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
testImplementation 'org.springframework:spring-test:5.3.14'
|
||||
testImplementation "org.springframework.restdocs:spring-restdocs-webtestclient:${project.ext['spring-restdocs.version']}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user