diff --git a/pom.xml b/pom.xml
index 8a3d6f1..1609e8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.2.1
+ 3.2.3-SNAPSHOT
petclinic
@@ -20,7 +20,8 @@
17
UTF-8
UTF-8
-
+
2023-05-10T07:42:50Z
@@ -43,6 +44,11 @@
org.springframework.boot
spring-boot-starter-actuator
+
+ org.springframework.data
+ spring-data-jpa
+ 3.2.x-3310-SNAPSHOT
+
org.springframework.boot
spring-boot-starter-cache
@@ -155,7 +161,8 @@
- This build requires at least Java ${java.version}, update your JVM, and run the build again
+ This build requires at least Java ${java.version},
+ update your JVM, and run the build again
${java.version}
@@ -201,7 +208,8 @@
src/checkstyle/nohttp-checkstyle-suppressions.xml
${basedir}
**/*
- **/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class
+
+ **/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class
check