Skip to content

Commit 78e1e80

Browse files
Bump jackson-module-kotlin from 2.13.4 to 2.14.1 (#244)
Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.4 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.4...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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f080f7 commit 78e1e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88

99
implementation("org.slf4j:slf4j-api:2.0.5")
1010
api("com.fasterxml.jackson.core:jackson-databind:2.14.1")
11-
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
11+
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
1212
api("com.google.guava:guava:31.1-jre")
1313

1414
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.1")

0 commit comments

Comments
 (0)