Skip to content

Commit 93adbe5

Browse files
committed
Update Spring Boot version to 3.2.3
1 parent eea3369 commit 93adbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.1.3</version>
8+
<version>3.2.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.saggu</groupId>
@@ -15,7 +15,7 @@
1515
<description>Saggu.UK Spring Tutorial</description>
1616
<properties>
1717
<java.version>17</java.version>
18-
<cache.version>3.1.3</cache.version>
18+
<cache.version>3.2.3</cache.version>
1919

2020
<flywaydb.version>10.8.1</flywaydb.version>
2121
<h2database.version>2.1.214</h2database.version>

0 commit comments

Comments
 (0)