Skip to content

Commit 1f67471

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.2 to 2.18.2. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c033429 commit 1f67471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("org.springframework.boot:spring-boot-starter-actuator")
2727
implementation("org.jetbrains.kotlin:kotlin-reflect")
2828
implementation("com.h2database:h2:2.3.232")
29-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
29+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
3030
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
3131
developmentOnly("org.springframework.boot:spring-boot-devtools")
3232
// developmentOnly("org.springframework.boot:spring-boot-docker-compose")

0 commit comments

Comments
 (0)