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

chore(deps): update jackson (xml) packages to v2.17.1 #5099

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
com.fasterxml.jackson.core:jackson-databind (source) minor 2.15.3 -> 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml minor 2.15.3 -> 2.17.1
com.fasterxml.jackson.module:jackson-module-scala minor 2.15.3 -> 2.17.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

FasterXML/jackson-module-scala (com.fasterxml.jackson.module:jackson-module-scala)

v2.17.1

Compare Source

v2.17.0

Compare Source

v2.16.2

Compare Source

v2.16.1

Compare Source

v2.16.0

Compare Source

v2.15.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@edalex-ian
Copy link
Member

Ah okay, so one of the deprectated methods (com.fasterxml.jackson.databind.DeserializationContext#mappingException(java.lang.String)) has been removed. Need to update com.tle.core.jackson.MapDeserialiser.

There is a chance that com.tle.core.jackson.MapDeserialiser is no longer used. Worth checking to see what the situation is.

@edalex-ian edalex-ian self-assigned this Apr 30, 2024
@renovate renovate bot force-pushed the renovate/jackson-(xml)-packages branch from 56502cd to c5cd22b Compare May 5, 2024 04:37
@renovate renovate bot changed the title chore(deps): update jackson (xml) packages to v2.17.0 chore(deps): update jackson (xml) packages May 5, 2024
@renovate renovate bot changed the title chore(deps): update jackson (xml) packages chore(deps): update jackson (xml) packages to v2.17.1 May 5, 2024
@PenghaiZhang
Copy link
Contributor

Ah okay, so one of the deprectated methods (com.fasterxml.jackson.databind.DeserializationContext#mappingException(java.lang.String)) has been removed. Need to update com.tle.core.jackson.MapDeserialiser.

There is a chance that com.tle.core.jackson.MapDeserialiser is no longer used. Worth checking to see what the situation is.

Yes we can safely delete this class, but ObjectExpressionDeserialiser needs some tweaks...

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

Successfully merging this pull request may close these issues.

None yet

2 participants