From b30603a0f0105a5421bb9cc9116a75cb4e9008ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:10:20 +0000 Subject: [PATCH] chore(deps): bump nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect Bumps [nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect](https://github.com/ultraq/thymeleaf-layout-dialect) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/ultraq/thymeleaf-layout-dialect/releases) - [Changelog](https://github.com/ultraq/thymeleaf-layout-dialect/blob/main/CHANGELOG.md) - [Commits](https://github.com/ultraq/thymeleaf-layout-dialect/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d05b292..07f539c 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { // Note: thymeleaf-extras-springsecurity6 is compatible with Spring Security 7 // No springsecurity7 artifact exists yet - Thymeleaf team uses springsecurity6 for 6.x+ compileOnly 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.3.RELEASE' - compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:4.0.0' + compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:4.0.1' // Other dependencies (moved to test scope for library) implementation 'org.passay:passay:1.6.6'