diff --git a/pom.xml b/pom.xml
index bd7d25ee1..1a5160b81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.samples
spring-petclinic-rest
- 3.0.2
+ 3.2.1
REST version of the Spring Petclinic sample application
https://spring-petclinic.github.io/
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.2
+ 3.2.1
@@ -75,8 +75,8 @@
runtime
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
runtime
@@ -176,8 +176,7 @@
${project.build.sourceEncoding}
${project.reporting.outputEncoding}
- ${maven.compiler.source}
- ${maven.compiler.target}
+ ${maven.compiler.release}