-
Notifications
You must be signed in to change notification settings - Fork 750
[GOBBLIN-2197] Replace use of org.codehaus.jackson with org.fasterxml.jackson #4104
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,8 +106,8 @@ ext.externalDependency = [ | |
| "testng": "org.testng:testng:6.14.3", | ||
| "junit": "junit:junit:4.13.2", | ||
| "mockserver":"org.mock-server:mockserver-netty:3.10.4", | ||
| "jacksonCore": "org.codehaus.jackson:jackson-core-asl:1.9.13", | ||
| "jacksonMapperAsl": "org.codehaus.jackson:jackson-mapper-asl:1.9.13", | ||
| "jacksonCore": "org.fasterxml.jackson:jackson-core-asl:2.18.0", | ||
| "jacksonMapperAsl": "org.fasterxml.jackson:jackson-mapper-asl:2.18.0", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Blazer-007 this doesn't look right should be 2.18.9 was released today with more security fixes
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would suggest that you remove |
||
| "jacksonMapper": "com.fasterxml.jackson.core:jackson-databind:2.10.2", | ||
| "jasypt": "org.jasypt:jasypt:1.9.2", | ||
| "jodaTime": "joda-time:joda-time:2.9.3", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is wrong - should be com.fasterxml.jackson.databind.ObjectMapper and com.fasterxml.jackson.core.JsonFactory