From 6ff35b6c22430ac71c063214fd3270e3c13927c3 Mon Sep 17 00:00:00 2001 From: Antoine Rey <antoine.rey@gmail.com> Date: Sat, 1 Oct 2016 13:00:46 +0200 Subject: [PATCH] Update Springboot Petclinic version to 1.4.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 54b14f7..d5c7691 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.samples</groupId> <artifactId>springboot-petclinic</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> -- GitLab