Ported app to Thymeleaf 3.0.x
[juplo-dialect] / pom.xml
diff --git a/pom.xml b/pom.xml
index 896f59a..8a5be94 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java.version>1.8</java.version>
     <simple-mapper.version>1.0.0</simple-mapper.version>
+    <thymeleaf.version>3.0.3.RELEASE</thymeleaf.version>
   </properties>
 
 
@@ -78,7 +79,7 @@
         <!-- Import dependency management from Spring Boot -->
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-dependencies</artifactId>
-        <version>1.3.6.RELEASE</version>
+        <version>1.5.1.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>