diff --git a/build.gradle b/build.gradle index 7b9e2cd..7e77ec1 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.retry:spring-retry' testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1' - testImplementation 'com.h2database:h2:2.3.232' + testImplementation 'com.h2database:h2:2.4.240' // Runtime dependencies moved to test scope for library testRuntimeOnly 'org.springframework.boot:spring-boot-devtools'