Skip to content

Commit 36f5736

Browse files
author
Gary A. Stafford
committed
Updating Gradle dependencies
1 parent 929c56e commit 36f5736

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2122
apply plugin: 'nebula.ospackage'
@@ -62,9 +63,9 @@ ext {
6263
dependencies {
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}")

0 commit comments

Comments
 (0)