Skip to content

Commit 798a4e6

Browse files
author
james
committed
Upgrade Spring plugin
1 parent 1477ad6 commit 798a4e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

service/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ docker {
3737

3838
dependencies {
3939
implementation project(':client')
40+
4041
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
4142
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
42-
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-sleuth'
43+
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-sleuth', version: '2.2.2.RELEASE'
4344
implementation group: 'io.micrometer', name: 'micrometer-registry-new-relic'
45+
4446
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
4547
}

0 commit comments

Comments
 (0)