Skip to content

Commit 9192960

Browse files
committed
Update dependecnies on backend-spring project
1 parent 1709247 commit 9192960

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

backend-java-spring/pom.xml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>org.springframework</groupId>
2121
<artifactId>spring-webmvc</artifactId>
22-
<version>6.2.4</version>
22+
<version>7.0.0-M6</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.springframework</groupId>
2626
<artifactId>spring-test</artifactId>
27-
<version>6.2.4</version>
27+
<version>7.0.0-M6</version>
2828
<scope>test</scope>
2929
</dependency>
3030
<dependency>
@@ -54,17 +54,7 @@
5454
<build>
5555
<finalName>backend-java-spring-starter</finalName>
5656
<plugins>
57-
<!-- <plugin>
58-
<groupId>org.apache.maven.plugins</groupId>
59-
<artifactId>maven-compiler-plugin</artifactId>
60-
<version>3.13.0</version>
61-
</plugin>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-war-plugin</artifactId>
65-
<version>3.4.0</version>
66-
</plugin>
67-
--> <plugin>
57+
<plugin>
6858
<groupId>org.jacoco</groupId>
6959
<artifactId>jacoco-maven-plugin</artifactId>
7060
<version>0.8.10</version>
@@ -83,12 +73,7 @@
8373
</execution>
8474
</executions>
8575
</plugin>
86-
<!-- <plugin>
87-
<groupId>org.apache.maven.plugins</groupId>
88-
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.0.0-M7</version>
90-
</plugin>
91-
--> </plugins>
76+
</plugins>
9277
</build>
9378

9479
</project>

0 commit comments

Comments
 (0)