Skip to content

Commit 7c9b17e

Browse files
fix(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.19.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27cdbbc commit 7c9b17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("com.factset.sdk:utils:1.+")
2121
implementation("com.fasterxml.jackson.core:jackson-core:2.15.3")
2222
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.0")
23-
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
23+
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
2424
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")
2525
implementation("com.squareup.okhttp3:okhttp:4.12.0")
2626

0 commit comments

Comments
 (0)