From c04fcc27441b7252c447ba32982da5bb4569c884 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Mon, 15 May 2017 22:29:45 +1200 Subject: [PATCH] Update thymeleaf-expression-processor, possible fix for #151 --- CHANGELOG.md | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a193e6c..99ff72c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ As of 1.3.0, this project follows [Semantic Versioning](http://semver.org/). include a `th:with` attribute processor (which gets mutated by the various) decoration processes) ([#127](https://github.com/ultraq/thymeleaf-layout-dialect/issues/127)) + - Updated [thymeleaf-expression-processor](https://github.com/ultraq/thymeleaf-expression-processor), + which includes a `null` check for parsing fragment expressions, a potential + fix for ([#151](https://github.com/ultraq/thymeleaf-layout-dialect/issues/151)) ### 2.2.1 diff --git a/build.gradle b/build.gradle index 979805db3..517c64359 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ project.contributors = [ dependencies { compile( - 'nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.1.2', + 'nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.1.3', 'org.codehaus.groovy:groovy:2.4.6', 'org.thymeleaf:thymeleaf:3.0.0.RELEASE' )