Skip to content

Commit

Permalink
Update thymeleaf-expression-processor, possible fix for #151
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed May 15, 2017
1 parent fe76722 commit c04fcc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit c04fcc2

Please sign in to comment.