Skip to content

Commit 7b42660

Browse files
committed
bump versions
1 parent 0a3fdd5 commit 7b42660

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.2.2</version>
16+
<version>3.2.4</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<properties>
2121
<java.version>21</java.version>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24-
<mongodb.version>4.11.1</mongodb.version>
25-
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
26-
<springdoc-openapi-starter-webmvc-ui.version>2.3.0</springdoc-openapi-starter-webmvc-ui.version>
24+
<mongodb.version>5.0.1</mongodb.version>
25+
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
26+
<springdoc-openapi-starter-webmvc-ui.version>2.5.0</springdoc-openapi-starter-webmvc-ui.version>
2727
</properties>
2828

2929
<dependencies>

0 commit comments

Comments
 (0)