Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonis committed Dec 26, 2023
1 parent 65015cb commit dc06a75
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-rest</artifactId>
<version>3.0.2</version>
<version>3.2.1</version>

<description>REST version of the Spring Petclinic sample application</description>
<url>https://spring-petclinic.github.io/</url>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.2</version>
<version>3.2.1</version>
<relativePath/> <!-- lookup parent from Maven repository -->
</parent>

Expand Down Expand Up @@ -75,8 +75,8 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -176,8 +176,7 @@
<additionalProperties>
<encoding.source>${project.build.sourceEncoding}</encoding.source>
<encoding.reporting>${project.reporting.outputEncoding}</encoding.reporting>
<java.source>${maven.compiler.source}</java.source>
<java.target>${maven.compiler.target}</java.target>
<java.release>${maven.compiler.release}</java.release>
</additionalProperties>
</configuration>
</execution>
Expand Down

0 comments on commit dc06a75

Please sign in to comment.