Skip to content

Commit 80a4959

Browse files
author
borysn
committed
upgrade backend dependencies
1 parent d2bf0e8 commit 80a4959

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

backend/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ buildscript {
66
}
77
dependencies {
88
// spring
9-
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE')
9+
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE')
1010
classpath('org.springframework:springloaded:1.2.6.RELEASE')
1111
}
1212
}
1313

1414
apply plugin: 'java'
1515
apply plugin: 'eclipse'
1616
apply plugin: 'idea'
17-
apply plugin: 'spring-boot'
17+
apply plugin: 'org.springframework.boot'
1818

1919
repositories {
2020
mavenCentral()
@@ -36,7 +36,7 @@ idea {
3636

3737
jar {
3838
baseName = 'spring-boot-angular2'
39-
version = '1.0.3'
39+
version = '1.0.4'
4040
}
4141

4242
sourceCompatibility = 1.8
@@ -48,15 +48,15 @@ configurations {
4848

4949
dependencies {
5050
// spring
51-
compile('org.springframework.boot:spring-boot-starter-web')
51+
compile('org.springframework.boot:spring-boot-starter-web:1.5.2.RELEASE')
5252
// google gson
53-
compile('com.google.code.gson:gson:2.7')
53+
compile('com.google.code.gson:gson:2.8.0')
5454

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

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

6262
// run spring boot app

0 commit comments

Comments
 (0)