From 90b8df9319acfbb053cdcd6f919379ae8b723ffa Mon Sep 17 00:00:00 2001
From: Dave Syer <dsyer@pivotal.io>
Date: Tue, 31 Jan 2017 15:51:55 +0000
Subject: [PATCH] Update to 1.5.1

---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e842808..82e78e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework.samples</groupId>
   <artifactId>spring-petclinic</artifactId>
-  <version>1.4.2</version>
+  <version>1.5.1</version>
 
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>1.4.2.RELEASE</version>
+    <version>1.5.1.RELEASE</version>
   </parent>
   <name>petclinic</name>
 
@@ -28,7 +28,6 @@
     <wro4j.version>1.8.0</wro4j.version>
 
     <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
-    <thymeleaf-layout-dialect.version>2.0.4</thymeleaf-layout-dialect.version>
 
     <cobertura.version>2.7</cobertura.version>
 
@@ -57,8 +56,8 @@
       <artifactId>spring-boot-starter-thymeleaf</artifactId>
       <exclusions>
       	<exclusion>
-      		<groupId>org.codehaus.groovy</groupId>
-      		<artifactId>groovy</artifactId>
+      		<groupId>nz.net.ultraq.thymeleaf</groupId>
+      		<artifactId>thymeleaf-layout-dialect</artifactId>
       	</exclusion>
       </exclusions>
     </dependency>
-- 
GitLab