Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update jackson version
  • Loading branch information
muzahidul-opti committed Feb 27, 2025
commit 86b4b583f20ebdcc5da57bd10e33ef2838b9f84c
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gsonVersion = 2.10.1
guavaVersion = 22.0
hamcrestVersion = 1.3
# NOTE: jackson 2.14+ uses Java8 stream apis not supported in android
jacksonVersion = 2.13.5
jacksonVersion = 2.14.2
jsonVersion = 20190722
jsonSimpleVersion = 1.1.1
logbackVersion = 1.2.3
Expand Down
Loading