File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ repositories {
81
81
}
82
82
83
83
dependencies {
84
- compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5 ")
84
+ compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6 ")
85
85
compile("org.hsqldb:hsqldb")
86
86
testCompile("junit:junit:4.11")
87
87
}
@@ -445,7 +445,7 @@ buildscript {
445
445
mavenLocal()
446
446
}
447
447
dependencies {
448
- classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4 ")
448
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6 ")
449
449
}
450
450
}
451
451
```
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,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- compile(" org.springframework.boot:spring-boot-starter-batch:0.5.0.M5 " )
27
+ compile(" org.springframework.boot:spring-boot-starter-batch:0.5.0.M6 " )
28
28
compile(" org.hsqldb:hsqldb" )
29
29
testCompile(" junit:junit:4.11" )
30
30
}
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,7 +20,7 @@ repositories {
20
20
}
21
21
22
22
dependencies {
23
- compile(" org.springframework.boot:spring-boot-starter-batch:0.5.0.M5 " )
23
+ compile(" org.springframework.boot:spring-boot-starter-batch:0.5.0.M6 " )
24
24
compile(" org.hsqldb:hsqldb" )
25
25
testCompile(" junit:junit:4.11" )
26
26
}
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