Skip to content
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

JAVA-3111: upgrade jackson-databind to 2.13.4.2 to address gradle dep… #1708

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

hhughes
Copy link
Contributor

@hhughes hhughes commented Aug 18, 2023

…endency issue

@hhughes
Copy link
Contributor Author

hhughes commented Aug 18, 2023

Picking up the correct dependency locally with an example project

+--- com.datastax.oss:java-driver-core:4.17.1-SNAPSHOT
|    +--- com.fasterxml.jackson.core:jackson-core:2.13.4
|    |    \--- com.fasterxml.jackson:jackson-bom:2.13.4
|    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.13.4 (c)
|    |         +--- com.fasterxml.jackson.core:jackson-core:2.13.4 (c)
|    |         \--- com.fasterxml.jackson.core:jackson-databind:2.13.4 -> 2.13.4.2 (c)
|    +--- com.fasterxml.jackson.core:jackson-databind:2.13.4.2
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.13.4
|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.13.4 (*)
|    |    +--- com.fasterxml.jackson.core:jackson-core:2.13.4 (*)
|    |    \--- com.fasterxml.jackson:jackson-bom:2.13.4 (*)

Copy link
Contributor

@absurdfarce absurdfarce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that the dependency chart is clean after this upgrade and that sample client which was having issues now runs cleanly. Also confirmed that there wasn't any other releases in the 3.13.4.x line which might pre-empt this version.

@hhughes hhughes merged commit d94a8f0 into 4.x Aug 21, 2023
2 checks passed
@hhughes hhughes deleted the JAVA-3111 branch August 21, 2023 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants