Skip to content

Commit 4110b3a

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#134)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.0 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.1 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 0c43772 commit 4110b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ java {
1717
}
1818

1919
dependencies {
20-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
20+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
2121
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
2222
implementation "com.squareup.okhttp3:okhttp:4.12.0"
2323
// For LRU and expiring maps

0 commit comments

Comments
 (0)