From 47a8e27c26533d3fd3e9130f77cef8539768c1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:20:20 +0000 Subject: [PATCH] chore(deps): bump org.thymeleaf.extras:thymeleaf-extras-springsecurity6 Bumps org.thymeleaf.extras:thymeleaf-extras-springsecurity6 from 3.1.4.RELEASE to 3.1.5.RELEASE. --- updated-dependencies: - dependency-name: org.thymeleaf.extras:thymeleaf-extras-springsecurity6 dependency-version: 3.1.5.RELEASE 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 1049dae..4ef5f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { compileOnly 'org.springframework.boot:spring-boot-starter-web' // 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.4.RELEASE' + compileOnly 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.5.RELEASE' compileOnly 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:4.0.1' // Other dependencies (moved to test scope for library)