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 5ade65689ddb42f6ca1a8107f45df7b7316c539e Author: Oliver Lietz <[email protected]> AuthorDate: Thu Sep 29 17:34:54 2016 +0000 SLING-6075 Update Thymeleaf to 3.0.2 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1762815 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0b746ec..45895f4 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.0.RELEASE</org.thymeleaf.version> - <org.attoparser.version>2.0.0.RELEASE</org.attoparser.version> - <org.unbescape.version>1.1.3.RELEASE</org.unbescape.version> - <ognl.version>3.1.3</ognl.version> + <org.thymeleaf.version>3.0.2.RELEASE</org.thymeleaf.version> + <org.attoparser.version>2.0.1.RELEASE</org.attoparser.version> + <org.unbescape.version>1.1.4.RELEASE</org.unbescape.version> + <ognl.version>3.1.10</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]>.
