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

Update Jackson and JUnit #135

Open
yhtMinceraft1010X opened this issue Apr 29, 2022 · 1 comment
Open

Update Jackson and JUnit #135

yhtMinceraft1010X opened this issue Apr 29, 2022 · 1 comment

Comments

@yhtMinceraft1010X
Copy link
Contributor

These are the current versions of the JUnit and Jackson dependencies in build.gradle:

String jUnitVersion = '5.4.0'

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.0'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.7.4'

The latest versions are:

As a side note, some branches of Duke (e.g. add-gradle-support) also have an outdated JUnit version.

@Eclipse-Dominator
Copy link
Contributor

In regards to upgrading Jackson, I have noticed some behavior change details found here.

In particular Serializing object to file is changed from saving as relative path to absolute path which could lead to undesirable effects. detail here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants