File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
<artifactId >maven-compiler-plugin</artifactId >
45
45
<version >3.8.1</version >
46
46
<configuration >
47
- <source >1.8 </source >
48
- <target >1.8 </target >
47
+ <source >11 </source >
48
+ <target >11 </target >
49
49
<encoding >UTF-8</encoding >
50
50
<compilerArgs >
51
51
<arg >-Xlint:unchecked</arg >
56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-surefire-plugin</artifactId >
59
- <version >3.0.0-M5 </version >
59
+ <version >3.0.0</version >
60
60
<dependencies >
61
61
<dependency >
62
62
<groupId >org.junit.jupiter</groupId >
63
63
<artifactId >junit-jupiter-engine</artifactId >
64
- <version >[5.8.2 ,)</version >
64
+ <version >[5.10.0 ,)</version >
65
65
</dependency >
66
66
</dependencies >
67
67
</plugin >
71
71
<dependency >
72
72
<groupId >org.junit.jupiter</groupId >
73
73
<artifactId >junit-jupiter-api</artifactId >
74
- <version >[5.8.2 ,)</version >
74
+ <version >[5.10.0 ,)</version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
</dependencies >
78
- </project >
78
+ </project >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >2.7.15 </version >
7
+ <version >2.7.16 </version >
8
8
<relativePath />
9
9
</parent >
10
10
<groupId >com.example</groupId >
You can’t perform that action at this time.
0 commit comments