Skip to content

Commit 1477ad6

Browse files
author
james
committed
Use Spring plugin to manage versions
1 parent e0be9a5 commit 1477ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.springframework.boot" version "2.2.4.RELEASE"
2+
id "org.springframework.boot" version "2.2.7.RELEASE"
33
id "io.spring.dependency-management" version "1.0.9.RELEASE"
44
id "com.palantir.docker" version "0.24.0"
55
id "com.gorylenko.gradle-git-properties" version "2.2.0"
@@ -39,7 +39,7 @@ dependencies {
3939
implementation project(':client')
4040
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
4141
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'
4444
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
4545
}

0 commit comments

Comments
 (0)