diff --git a/build.gradle b/build.gradle index 3b09764b..8e4740c7 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { if (System.getenv('DOCKER_ENABLE_SECURITY') != 'false') { implementation 'org.springframework.boot:spring-boot-starter-security:3.2.3' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.2.RELEASE' - implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.2.3" + implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.2.4" //2.2.x requires rebuild of DB file.. need migration path implementation "com.h2database:h2:2.1.214"