Skip to content

Commit b69dc5d

Browse files
Bump jackson-module-kotlin from 2.14.0 to 2.14.1
Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.14.0...jackson-module-kotlin-2.14.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6275bb9 commit b69dc5d

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
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("io.micrometer:micrometer-registry-prometheus")
4848
implementation("ch.qos.logback:logback-classic")
4949
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
50-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
50+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
5151

5252
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
5353
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)