Skip to content

Commit

Permalink
feat(cli): Upgrade jackson to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed Aug 7, 2024
1 parent fee8919 commit ff55c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class RewriteJavaPlugin implements Plugin<Project> {
@Override
public void apply(Project project) {
RewriteJavaExtension ext = project.getExtensions().create("rewriteJava", RewriteJavaExtension.class);
ext.getJacksonVersion().convention("2.16.1");
ext.getJacksonVersion().convention("2.17.2");

project.getPlugins().apply(JavaLibraryPlugin.class);

Expand Down

0 comments on commit ff55c91

Please sign in to comment.