Skip to content

Commit

Permalink
[WFLY-18593] Revert Yasson back to 3.0.2. The version 3.0.3 contains …
Browse files Browse the repository at this point in the history
…a commit, eclipse-ee4j/yasson#586, which closes input streams. This could cause issues where the user is expecting to be able to re-use the InputStream that was passed in.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Oct 10, 2023
1 parent b618a2d commit 4d86b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
<version.org.eclipse.microprofile.rest.client.api>3.0</version.org.eclipse.microprofile.rest.client.api>
<version.org.eclipse.microprofile.telemetry>1.0</version.org.eclipse.microprofile.telemetry>
<version.org.eclipse.persistence.eclipselink>4.0.0</version.org.eclipse.persistence.eclipselink>
<version.org.eclipse.yasson>3.0.3</version.org.eclipse.yasson>
<version.org.eclipse.yasson>3.0.2</version.org.eclipse.yasson>
<version.org.elasticsearch.client.rest-client>8.10.2</version.org.elasticsearch.client.rest-client>
<version.org.glassfish.expressly>5.0.0</version.org.glassfish.expressly>
<version.org.glassfish.jakarta.enterprise.concurrent>3.0.0</version.org.glassfish.jakarta.enterprise.concurrent>
Expand Down

0 comments on commit 4d86b35

Please sign in to comment.