Skip to content

Commit 92b9a3f

Browse files
2 parents 690f8cd + e8e7217 commit 92b9a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>3.5.8</version>
12+
<version>4.0.0</version>
1313
<relativePath /> <!-- lookup parent from repository -->
1414
</parent>
1515

@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.springframework.boot</groupId>
108108
<artifactId>spring-boot-starter-data-redis</artifactId> <!-- Redis integration -->
109-
<version>3.5.8</version>
109+
<version>4.0.0</version>
110110
</dependency>
111111

112112
<dependency>
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>org.springdoc</groupId>
178178
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
179-
<version>2.8.14</version> <!-- OpenAPI support for automatic API documentation -->
179+
<version>3.0.0</version> <!-- OpenAPI support for automatic API documentation -->
180180
</dependency>
181181

182182
<dependency>

0 commit comments

Comments
 (0)