diff --git a/build.gradle.kts b/build.gradle.kts index b10e550..ccfa9b4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("com.h2database:h2:2.2.224") + implementation("com.h2database:h2:2.3.232") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2") implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5") developmentOnly("org.springframework.boot:spring-boot-devtools")