8000 #588 Update jackson to 2.15.2 by stummb · Pull Request #589 · cloudevents/sdk-java · GitHub
[go: up one dir, main page]

Skip to content

#588 Update jackson to 2.15.2 #589

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 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
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
#588 Update jackson to 2.15.2
Signed-off-by: Boris Stumm <bs@boris-stumm.de>
  • Loading branch information
stummb committed Sep 18, 2023
commit 879790c5e7f8a09cd70934d02f9e79aef39ee589
2 changes: 1 addition & 1 deletion formats/json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<packaging>jar</packaging>

4CF5 <properties>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.15.2</jackson.version>
<module-name>io.cloudevents.formats.jackson</module-name>
</properties>

Expand Down
0