File tree 4 files changed +9
-17
lines changed
4 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
3
3
install : true
4
4
5
5
jdk :
6
- - oraclejdk8
6
+ - openjdk11
7
7
8
8
addons :
9
9
sonarqube :
Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.boot</groupId >
18
18
<artifactId >spring-boot-starter-parent</artifactId >
19
- <version >2.0.6 .RELEASE</version >
19
+ <version >2.1.5 .RELEASE</version >
20
20
<relativePath /> <!-- lookup parent from repository -->
21
21
</parent >
22
22
23
23
<properties >
24
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
26
- <java .version>1.8</java .version>
24
+ <java .version>11</java .version>
27
25
</properties >
28
26
29
27
<dependencies >
30
28
<dependency >
31
29
<groupId >org.springframework.boot</groupId >
32
30
<artifactId >spring-boot-starter-batch</artifactId >
33
31
</dependency >
34
-
35
32
<dependency >
36
33
<groupId >org.springframework.boot</groupId >
37
34
<artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.boot</groupId >
18
18
<artifactId >spring-boot-starter-parent</artifactId >
19
- <version >2.0.6 .RELEASE</version >
19
+ <version >2.1.5 .RELEASE</version >
20
20
<relativePath /> <!-- lookup parent from repository -->
21
21
</parent >
22
22
23
23
<properties >
24
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
26
- <java .version>1.8</java .version>
24
+ <java .version>11</java .version>
27
25
</properties >
28
26
29
27
<dependencies >
30
28
<dependency >
31
29
<groupId >org.springframework.boot</groupId >
32
30
<artifactId >spring-boot-starter-batch</artifactId >
33
31
</dependency >
34
-
35
32
<dependency >
36
33
<groupId >org.springframework.boot</groupId >
37
34
<artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
<modelVersion >4.0.0</modelVersion >
5
6
15
16
<parent >
16
17
<groupId >org.springframework.boot</groupId >
17
18
<artifactId >spring-boot-starter-parent</artifactId >
18
- <version >2.1.0 .RELEASE</version >
19
+ <version >2.1.5 .RELEASE</version >
19
20
<relativePath /> <!-- lookup parent from repository -->
20
21
</parent >
21
22
22
23
<properties >
23
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25
- <java .version>1.8</java .version>
24
+ <java .version>11</java .version>
26
25
</properties >
27
26
28
27
<dependencies >
34
33
<groupId >org.springframework.boot</groupId >
35
34
<artifactId >spring-boot-starter-web</artifactId >
36
35
</dependency >
37
-
38
36
<dependency >
39
37
<groupId >org.springframework.boot</groupId >
40
38
<artifactId >spring-boot-starter-test</artifactId >
You can’t perform that action at this time.
0 commit comments