Skip to content

Commit 4766591

Browse files
author
borysn
committed
fix backend dependency version
1 parent 52a2080 commit 4766591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ dependencies {
5353
compile('com.google.code.gson:gson:2.8.0')
5454

5555
// spring dev tools
56-
dev('org.springframework.boot:spring-boot-devtools:1.5.2.RELASE')
56+
dev('org.springframework.boot:spring-boot-devtools:1.5.2.RELEASE')
5757

5858
// testing
59-
testCompile('org.springframework.boot:spring-boot-starter-test:1.5.2.RELASE')
59+
testCompile('org.springframework.boot:spring-boot-starter-test:1.5.2.RELEASE')
6060
}
6161

6262
// run spring boot app

0 commit comments

Comments
 (0)