diff --git a/pom.xml b/pom.xml index ca330d719bdf85fa8d74e7b814fab383a42008d3..90e68b4e628dff76964de9bbffaaa74073d4e026 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>org.springframework.samples</groupId> <artifactId>spring-petclinic-rest</artifactId> - <version>2.2.4</version> + <version>2.2.5</version> <description>REST version of the Spring Petclinic sample application</description> <url>https://spring-petclinic.github.io/</url> @@ -13,7 +13,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.4.RELEASE</version> + <version>2.2.5.RELEASE</version> <relativePath/> <!-- lookup parent from Maven repository --> </parent>