We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea3369 commit 93adbe5Copy full SHA for 93adbe5
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.1.3</version>
+ <version>3.2.3</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.saggu</groupId>
@@ -15,7 +15,7 @@
15
<description>Saggu.UK Spring Tutorial</description>
16
<properties>
17
<java.version>17</java.version>
18
- <cache.version>3.1.3</cache.version>
+ <cache.version>3.2.3</cache.version>
19
20
<flywaydb.version>10.8.1</flywaydb.version>
21
<h2database.version>2.1.214</h2database.version>
0 commit comments