Skip to content

Commit 1086b00

Browse files
authored
Update pom.xml
1 parent 83c121f commit 1086b00

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
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>
@@ -56,12 +56,12 @@
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>
@@ -71,8 +71,8 @@
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>

spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)