File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' eclipse'
3
3
id ' idea'
4
- id " org.sonarqube" version " 2.7.1 " apply false
4
+ id " org.sonarqube" version " 2.8 " apply false
5
5
id " com.github.spotbugs" version " 2.0.0" apply false
6
6
id " com.bnc.gradle.travis-ci-versioner" version " 1.0.6"
7
7
}
@@ -83,10 +83,10 @@ allprojects {
83
83
dependencies {
84
84
implementation group : ' com.bnc' , name : ' market-data-api' , version : ' 0.0.8'
85
85
86
- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.5.1 '
87
- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.13.1 '
88
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.0 .0'
89
- testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 3.0 .0'
86
+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.5.2 '
87
+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.13.2 '
88
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.1 .0'
89
+ testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 3.1 .0'
90
90
}
91
91
}
92
92
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.springframework.boot" version " 2.1.6 .RELEASE"
2
+ id " org.springframework.boot" version " 2.1.9 .RELEASE"
3
3
id " io.spring.dependency-management" version " 1.0.8.RELEASE"
4
4
id " com.palantir.docker" version " 0.22.1"
5
5
id " com.gorylenko.gradle-git-properties" version " 2.0.0"
@@ -40,7 +40,7 @@ dependencies {
40
40
implementation project(' :client' )
41
41
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web'
42
42
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-actuator'
43
- implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-sleuth' , version : ' 2.1.2 .RELEASE'
44
- implementation group : ' io.micrometer' , name : ' micrometer-registry-new-relic' , version : ' 1.2 .0'
43
+ implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-sleuth' , version : ' 2.1.4 .RELEASE'
44
+ implementation group : ' io.micrometer' , name : ' micrometer-registry-new-relic' , version : ' 1.3 .0'
45
45
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
46
46
}
You can’t perform that action at this time.
0 commit comments