Skip to content

Commit 0d16b62

Browse files
chore(deps): 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.15.2 to 2.16.0. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.16.0) --- 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 84fae0c commit 0d16b62

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
@@ -24,7 +24,7 @@ allprojects {
2424
afterEvaluate {
2525
dependencies {
2626
dependencies {
27-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
27+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1")
2828
implementation(libs.kotlin.idea) {
2929
isTransitive = false
3030
}

0 commit comments

Comments
 (0)