File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.springframework.boot" version " 2.2.4 .RELEASE"
2
+ id " org.springframework.boot" version " 2.2.7 .RELEASE"
3
3
id " io.spring.dependency-management" version " 1.0.9.RELEASE"
4
4
id " com.palantir.docker" version " 0.24.0"
5
5
id " com.gorylenko.gradle-git-properties" version " 2.2.0"
@@ -39,7 +39,7 @@ dependencies {
39
39
implementation project(' :client' )
40
40
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-web'
41
41
implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-actuator'
42
- implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-sleuth' , version : ' 2.2.1.RELEASE '
43
- implementation group : ' io.micrometer' , name : ' micrometer-registry-new-relic' , version : ' 1.3.3 '
42
+ implementation group : ' org.springframework.cloud' , name : ' spring-cloud-starter-sleuth'
43
+ implementation group : ' io.micrometer' , name : ' micrometer-registry-new-relic'
44
44
testImplementation group : ' org.springframework.boot' , name : ' spring-boot-starter-test'
45
45
}
You can’t perform that action at this time.
0 commit comments