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

chore: bump jackson-databind to latest 2.13.4.2 #720

Merged
merged 4 commits into from
Nov 15, 2022
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
Next Next commit
Resolve CVE-2022-42003 with latest version of jackson-databind
  • Loading branch information
jacobdanner authored Nov 4, 2022
commit e5f11cab57386a498996142dcaf6d765c7de1a62
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
</profiles>
<properties>
<jackson.version>2.13.4</jackson.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Any issue with bumping this to 2.14.0?

Copy link
Contributor

@JenniferMah JenniferMah Nov 16, 2022

Choose a reason for hiding this comment

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

Nope it looks like we can update to 2.14.0 heres a PR: #721

<jackson-databind.version>2.13.4.2</jackson-databind.version>
<javadoc.plugin.version>3.3.1</javadoc.plugin.version>
<jjwt.version>0.11.2</jjwt.version>
<skip.tests>false</skip.tests>
Expand Down Expand Up @@ -246,7 +247,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down