diff --git a/build.gradle b/build.gradle index cc45f2f0..0027da07 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' - runtimeOnly 'com.h2database:h2:2.3.232' + runtimeOnly 'com.h2database:h2:2.4.240' runtimeOnly 'org.postgresql:postgresql:42.7.8' runtimeOnly 'org.apache.httpcomponents:httpclient:4.5.14'