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 c033429 commit 1f67471Copy full SHA for 1f67471
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation("org.springframework.boot:spring-boot-starter-actuator")
27
implementation("org.jetbrains.kotlin:kotlin-reflect")
28
implementation("com.h2database:h2:2.3.232")
29
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
30
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
31
developmentOnly("org.springframework.boot:spring-boot-devtools")
32
// developmentOnly("org.springframework.boot:spring-boot-docker-compose")
0 commit comments