diff --git a/build.gradle b/build.gradle index ae59870..e03c0fd 100644 --- a/build.gradle +++ b/build.gradle @@ -73,8 +73,8 @@ subprojects { // compile 'com.github.EOSEssentials:eos-java-rpc-wrapper:master' // API Doc Generator: Swagger - compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.6.1' - compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.6.1' + compile group: 'io.springfox', name: 'springfox-swagger2', version: '3.0.0' + compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '3.0.0' compile "org.springframework.boot:spring-boot-starter-amqp:$springBootVersion" compile 'com.github.ben-manes.caffeine:caffeine:3.1.8' compile 'com.github.sealedtx:bitcoin-cash-converter:1.0'