Skip to content

Commit e55115c

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.14.1 to 2.14.2. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.14.1...jackson-module-kotlin-2.14.2) --- 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 8626337 commit e55115c

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
@@ -44,7 +44,7 @@ dependencies {
4444

4545
implementation("ch.qos.logback:logback-classic")
4646
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
47-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
47+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
4848

4949
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
5050
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)