Skip to content

[FSSDK-9432] fix: fix to support arbitrary client names to be included in logx and odp events. #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 26, 2023
Merged
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
Prev Previous commit
Next Next commit
revert jackson version down to 2.13 for android support
  • Loading branch information
jaeopt committed Jun 16, 2023
commit 7fc9c4ceb0ac33cfc29e51139be93ceac49f6974
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.parallel = true
gsonVersion = 2.10.1
guavaVersion = 22.0
hamcrestVersion = 1.3
jacksonVersion = 2.15.2
jacksonVersion = 2.13.5
jsonVersion = 20190722
jsonSimpleVersion = 1.1.1
logbackVersion = 1.2.3
Expand Down