* Upgrade all the dependencies to the latest versions * Fix some incompatibilities * Fix some warnings
6 lines
141 B
Groovy
6 lines
141 B
Groovy
dependencies {
|
|
api 'org.springframework.boot:spring-boot-starter-webflux'
|
|
|
|
testImplementation 'com.squareup.okhttp3:mockwebserver'
|
|
}
|