Skip to content

Commit a4ca178

Browse files
chore(deps): bump jacksonVersion from 2.16.0 to 2.16.1 (#617)
Bumps `jacksonVersion` from 2.16.0 to 2.16.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.0 to 2.16.1 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.16.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60058f8 commit a4ca178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val kotlinLoggingVersion = "3.0.5"
66
val logbackVersion = "1.4.14"
77
val nimbusSdkVersion = "11.6"
88
val mockWebServerVersion = "4.12.0"
9-
val jacksonVersion = "2.16.0"
9+
val jacksonVersion = "2.16.1"
1010
val nettyVersion = "4.1.104.Final"
1111
val junitJupiterVersion = "5.10.1"
1212
val kotlinVersion = "1.9.22"

0 commit comments

Comments
 (0)