File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
thymeleaf-layout-dialect-docs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Changelog
66
77 - Remove old log warning about ` layout:fragment ` in the ` <head> ` section
88 ([ #225 ] ( https://github.com/ultraq/thymeleaf-layout-dialect/issues/225 ) )
9- - Workaround for Groovy 4 + Zulu 7 issues
9+ - Workaround for Groovy 4 + Zulu 8 on Apple Silicon issues
1010 ([ #230 ] ( https://github.com/ultraq/thymeleaf-layout-dialect/issues/230 ) )
1111- Upgrade Groovy to 4.0.7
1212
Original file line number Diff line number Diff line change 1515 */
1616
1717allprojects {
18- version = ' 3.2.0-SNAPSHOT '
18+ version = ' 3.2.0'
1919
2020 ext {
2121 groovyVersion = ' 4.0.7'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ co-ordinates:
2828
2929 - GroupId: ` nz.net.ultraq.thymeleaf `
3030 - ArtifactId: ` thymeleaf-layout-dialect `
31- - Version: ` 3.1 .0 `
31+ - Version: ` 3.2 .0 `
3232
3333Check the [ project releases] ( https://github.com/ultraq/thymeleaf-layout-dialect/releases )
3434for a list of available versions. Each release page also includes a
You can’t perform that action at this time.
0 commit comments