File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ repositories {
82
82
}
83
83
84
84
dependencies {
85
- compile("org.springframework.boot:spring-boot-starter:0.5.0.M5 ")
86
- compile("org.springframework:spring-jdbc:4.0.0.M3 ")
85
+ compile("org.springframework.boot:spring-boot-starter:0.5.0.M6 ")
86
+ compile("org.springframework:spring-jdbc:4.0.0.RC1 ")
87
87
compile("com.h2database:h2:1.3.172")
88
88
testCompile("junit:junit:4.11")
89
89
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenLocal()
5
5
}
6
6
dependencies {
7
- classpath(" org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5 " )
7
+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6 " )
8
8
}
9
9
}
10
10
@@ -24,8 +24,8 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- compile(" org.springframework.boot:spring-boot-starter:0.5.0.M5 " )
28
- compile(" org.springframework:spring-jdbc:4.0.0.M3 " )
27
+ compile(" org.springframework.boot:spring-boot-starter:0.5.0.M6 " )
28
+ compile(" org.springframework:spring-jdbc:4.0.0.RC1 " )
29
29
compile(" com.h2database:h2:1.3.172" )
30
30
testCompile(" junit:junit:4.11" )
31
31
}
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >0.5.0.M5 </version >
13
+ <version >0.5.0.M6 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ repositories {
20
20
}
21
21
22
22
dependencies {
23
- compile(" org.springframework.boot:spring-boot-starter:0.5.0.M5 " )
24
- compile(" org.springframework:spring-jdbc:4.0.0.M3 " )
23
+ compile(" org.springframework.boot:spring-boot-starter:0.5.0.M6 " )
24
+ compile(" org.springframework:spring-jdbc:4.0.0.RC1 " )
25
25
compile(" com.h2database:h2:1.3.172" )
26
26
testCompile(" junit:junit:4.11" )
27
27
}
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >0.5.0.M5 </version >
13
+ <version >0.5.0.M6 </version >
14
14
</parent >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments