We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a2080 commit 4766591Copy full SHA for 4766591
backend/build.gradle
@@ -53,10 +53,10 @@ dependencies {
53
compile('com.google.code.gson:gson:2.8.0')
54
55
// spring dev tools
56
- dev('org.springframework.boot:spring-boot-devtools:1.5.2.RELASE')
+ dev('org.springframework.boot:spring-boot-devtools:1.5.2.RELEASE')
57
58
// testing
59
- testCompile('org.springframework.boot:spring-boot-starter-test:1.5.2.RELASE')
+ testCompile('org.springframework.boot:spring-boot-starter-test:1.5.2.RELEASE')
60
}
61
62
// run spring boot app
0 commit comments