Skip to content

Commit 5a18d17

Browse files
committed
update spring boot 3.4.3
1 parent f63220d commit 5a18d17

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>2.7.18</version>
11+
<version>3.4.3</version>
1212
<relativePath/>
1313
</parent>
1414

@@ -85,11 +85,15 @@
8585
<artifactId>spring-boot-starter-test</artifactId>
8686
<scope>test</scope>
8787
</dependency>
88-
<dependency>
89-
<groupId>de.flapdoodle.embed</groupId>
90-
<artifactId>de.flapdoodle.embed.mongo</artifactId>
91-
<scope>test</scope>
92-
</dependency>
88+
89+
90+
<!-- <dependency>-->
91+
<!-- <groupId>de.flapdoodle.embed</groupId>-->
92+
<!-- <artifactId>de.flapdoodle.embed.mongo</artifactId>-->
93+
<!-- <scope>test</scope>-->
94+
<!-- </dependency>-->
95+
96+
9397
</dependencies>
9498

9599
<dependencyManagement>

0 commit comments

Comments
 (0)