Skip to content

Commit 8c906a7

Browse files
chore(deps): bump jacksonVersion from 2.20.0 to 2.20.1
Bumps `jacksonVersion` from 2.20.0 to 2.20.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.20.0 to 2.20.1 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.20.0...jackson-module-kotlin-2.20.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a47e77 commit 8c906a7

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
@@ -7,7 +7,7 @@ val kotlinLoggingVersion = "3.0.5"
77
val logbackVersion = "1.5.20"
88
val nimbusSdkVersion = "11.29.2"
99
val mockWebServerVersion = "5.2.1"
10-
val jacksonVersion = "2.20.0"
10+
val jacksonVersion = "2.20.1"
1111
val nettyVersion = "4.2.6.Final"
1212
val junitJupiterVersion = "6.0.0"
1313
val freemarkerVersion = "2.3.34"

0 commit comments

Comments
 (0)