Skip to content

Commit 47f54f3

Browse files
committed
Layout dialect missing dependency fixed (kolorobot#4)
1 parent 1fa36ed commit 47f54f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Overriding version of selected dependencies -->
2525
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
2626
<thymeleaf-extras-java8time.version>3.0.0.RELEASE</thymeleaf-extras-java8time.version>
27-
<thymeleaf-layout-dialect.version>2.0.1.RELEASE</thymeleaf-layout-dialect.version>
27+
<thymeleaf-layout-dialect.version>2.0.1</thymeleaf-layout-dialect.version>
2828
<assertj.version>3.5.2</assertj.version>
2929
</properties>
3030

0 commit comments

Comments
 (0)