Skip to content

Commit 589e63a

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#145)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.1 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d771463 commit 589e63a

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.1'
20+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
2121
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
2222
implementation "com.squareup.okhttp3:okhttp:5.1.0"
2323
// For LRU and expiring maps

0 commit comments

Comments
 (0)