diff --git a/build.gradle b/build.gradle index 8e4740c7..33fd4385 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.2.3' if (System.getenv('DOCKER_ENABLE_SECURITY') != 'false') { - implementation 'org.springframework.boot:spring-boot-starter-security:3.2.3' + implementation 'org.springframework.boot:spring-boot-starter-security:3.2.4' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.2.RELEASE' implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.2.4"