use Sling Scripting Thymeleaf 1.1.0 and Thymeleaf 3.0.3.RELEASE

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789059 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fling/README.md b/fling/README.md
index b12362e..f90bd00 100644
--- a/fling/README.md
+++ b/fling/README.md
@@ -1,7 +1,7 @@
 Sling Fling Sample
 ==================
 
-This is a sample using _Sling Models_, _Sling Query_, _Sling Scripting Thymeleaf_ (latest snapshot), _Sling Validation_ (latest snapshot), _Sling Commons Messaging_ (latest snapshot) and _Sling Commons Messaging Mail_ (latest snapshot).
+This is a sample using _Sling Models_, _Sling Query_, _Sling Scripting Thymeleaf_, _Sling Validation_ (latest snapshot), _Sling Commons Messaging_ (latest snapshot) and _Sling Commons Messaging Mail_ (latest snapshot).
 
 * [Sling Models](http://sling.apache.org/documentation/bundles/models.html)
 * [Sling Query](https://github.com/Cognifide/Sling-Query)
diff --git a/fling/pom.xml b/fling/pom.xml
index ef9224b..d21fdcc 100644
--- a/fling/pom.xml
+++ b/fling/pom.xml
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.scripting.thymeleaf</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.1.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.thymeleaf</groupId>
       <artifactId>thymeleaf</artifactId>
-      <version>3.0.0.RELEASE</version>
+      <version>3.0.3.RELEASE</version>
       <scope>provided</scope>
     </dependency>
     <!-- SubEtha SMTP -->