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 4444 <artifactId >maven-compiler-plugin</artifactId >
4545 <version >3.8.1</version >
4646 <configuration >
47- <source >1.8 </source >
48- <target >1.8 </target >
47+ <source >11 </source >
48+ <target >11 </target >
4949 <encoding >UTF-8</encoding >
5050 <compilerArgs >
5151 <arg >-Xlint:unchecked</arg >
5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-surefire-plugin</artifactId >
59- <version >3.0.0-M5 </version >
59+ <version >3.0.0</version >
6060 <dependencies >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.8.2 ,)</version >
64+ <version >[5.10.0 ,)</version >
6565 </dependency >
6666 </dependencies >
6767 </plugin >
7171 <dependency >
7272 <groupId >org.junit.jupiter</groupId >
7373 <artifactId >junit-jupiter-api</artifactId >
74- <version >[5.8.2 ,)</version >
74+ <version >[5.10.0 ,)</version >
7575 <scope >test</scope >
7676 </dependency >
7777 </dependencies >
78- </project >
78+ </project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >2.7.15 </version >
7+ <version >2.7.16 </version >
88 <relativePath />
99 </parent >
1010 <groupId >com.example</groupId >
You can’t perform that action at this time.
0 commit comments