This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit d35a48d65177b807355d6b6c7d59ef667ada19d6 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jan 24 23:55:51 2017 +0000 SLING-6481 Update Thymeleaf to 3.0.3 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1780124 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6db782c..0c5c121 100644 --- a/pom.xml +++ b/pom.xml @@ -39,10 +39,10 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <sling.java.version>8</sling.java.version> - <org.thymeleaf.version>3.0.2.RELEASE</org.thymeleaf.version> - <org.attoparser.version>2.0.1.RELEASE</org.attoparser.version> + <org.thymeleaf.version>3.0.3.RELEASE</org.thymeleaf.version> + <org.attoparser.version>2.0.2.RELEASE</org.attoparser.version> <org.unbescape.version>1.1.4.RELEASE</org.unbescape.version> - <ognl.version>3.1.10</ognl.version> + <ognl.version>3.1.12</ognl.version> <com.fasterxml.jackson.version>2.6.3</com.fasterxml.jackson.version> <org.ops4j.pax.exam.version>4.9.1</org.ops4j.pax.exam.version> </properties> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
