We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba45b0 commit 8eaa2fcCopy full SHA for 8eaa2fc
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
26
implementation("org.springframework.boot:spring-boot-starter-actuator")
27
implementation("org.jetbrains.kotlin:kotlin-reflect")
28
- implementation("com.h2database:h2:2.2.224")
+ implementation("com.h2database:h2:2.3.232")
29
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
30
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
31
developmentOnly("org.springframework.boot:spring-boot-devtools")
0 commit comments