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

Integrate yasson 3.0.4 #25074

Merged
merged 1 commit into from
Aug 7, 2024
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
4 changes: 2 additions & 2 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--

Copyright (c) 2021, 2024 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2024 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -129,7 +129,7 @@
<parsson.version>1.1.7</parsson.version>
<parsson-media.version>1.1.7</parsson-media.version>
<jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
<yasson.version>3.0.3</yasson.version>
<yasson.version>3.0.4</yasson.version>

<!-- Jakarta Pages and Jakarta Standard Tag Library -->
<jakarta.pages-api.version>3.1.1</jakarta.pages-api.version>
Expand Down