Skip to content

Commit

Permalink
re-packaged Jackson version update
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Nov 2, 2023
1 parent cc83bd4 commit 09318a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
public final class PackageVersion implements Versioned {
public final static Version VERSION = VersionUtil.parseVersion(
"2.15.2", "com.fasterxml.jackson.jaxrs", "jackson-jaxrs-json-provider");
"2.15.3", "com.fasterxml.jackson.jaxrs", "jackson-jaxrs-json-provider");

@Override
public Version version() {
Expand Down

0 comments on commit 09318a4

Please sign in to comment.