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-3100: Update jackson-databind to 2.13.4.1 and jackson-jaxrs-json-provider to 2.13.4 to address recent CVEs #1694

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

hhughes
Copy link
Contributor

@hhughes hhughes commented Jul 28, 2023

Additional:

  • Remove unused maven property legacy-jackson.version
  • Remove unneccesary explicit dependencies on jackson-core and jackson-jaxrs-base

pom.xml Outdated
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not 💯 sure I'd actually call this a bug but this is a pretty significant change in behaviour. We're driving jackson-core versions by whatever jackson-databind indicates, which means we don't have the ability to update jackson-core directly. That's probably okay, but it is at least worth thinking about.

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.

I'm okay with this, although I'm not convinced that removing explicit versioning management for jackson-core is a good idea. It's something we can always go back to in a future release if necessary, though, so it's not the end of the world either.

@hhughes hhughes changed the title Update jackson-databind to 2.13.4.1 and jackson-jaxrs-json-provider to 2.13.4 to address recent CVEs JAVA-3100: Update jackson-databind to 2.13.4.1 and jackson-jaxrs-json-provider to 2.13.4 to address recent CVEs Aug 10, 2023
jackson-jaxrs-json-provider to 2.13.4 to address recent CVEs

Additional:
- Remove unused maven property legacy-jackson.version
@hhughes hhughes merged commit 60c9cbc into 4.x Aug 10, 2023
4 checks passed
@hhughes hhughes deleted the JAVA-3100 branch August 14, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants