File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ plugins {
1616 id ' java'
1717 id ' eclipse'
1818 id ' idea'
19+ id ' com.github.ben-manes.versions' version ' 0.17.0'
1920}
2021
2122apply plugin : ' nebula.ospackage'
6263dependencies {
6364 compileOnly(' org.projectlombok:lombok:1.16.20' )
6465 compile(' com.h2database:h2:1.4.197' )
65- compile(" io.springfox:springfox-swagger-ui:2.8 .0" )
66- compile(" io.springfox:springfox-swagger2:2.8 .0" )
67- compile(" org.liquibase:liquibase-core:3.5.5 " )
66+ compile(" io.springfox:springfox-swagger-ui:2.9 .0" )
67+ compile(" io.springfox:springfox-swagger2:2.9 .0" )
68+ compile(" org.liquibase:liquibase-core:3.6.1 " )
6869 compile(" org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.2" )
6970 compile(" org.springframework.boot:spring-boot-starter-actuator:${ springBootVersion} " )
7071 compile(" org.springframework.boot:spring-boot-starter-data-jpa:${ springBootVersion} " )
You can’t perform that action at this time.
0 commit comments