Skip to content

Commit 5c5d68b

Browse files
Bump jackson-module-kotlin from 2.13.1 to 2.13.2 (#688)
Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.1...jackson-module-kotlin-2.13.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d164626 commit 5c5d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1")
8282
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.1")
8383
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.1")
84-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
84+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2")
8585
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
8686
implementation("io.dropwizard.metrics:metrics-core:4.2.9")
8787
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")

0 commit comments

Comments
 (0)