-
Notifications
You must be signed in to change notification settings - Fork 64
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
Replace outdated org.codehaus.jackson:* by com.fasterxml.jackson.core:* #6145
Conversation
Signed-off-by: Stefan Weil <sw@weilnetz.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meanwhile a new version was released.
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-core</artifactId> | ||
<version>2.17.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>2.17.1</version> | |
<version>2.17.2</version> |
<version>1.9.13</version> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-databind</artifactId> | ||
<version>2.17.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>2.17.1</version> | |
<version>2.17.2</version> |
@solth, I expect that the replacement might also be faster (see its name), so there seem to be several good reasons to consider this pull request. |
If you are interested why I was motivated to create this commit: I asked an AI to analyse |
org.codehaus.jackson:* is archived (= unmaintained) legacy code which should be replaced.