afs commented on a change in pull request #549: JENA-1696: Control of jackson
versions. Update jsonld-java
URL: https://github.com/apache/jena/pull/549#discussion_r269946739
##########
File path: pom.xml
##########
@@ -57,11 +57,15 @@
<ver.libthrift>0.10.0</ver.libthrift>
<!-- jsonld-java depends on depends on Jackson core
- artifacts so the versions must align. Consult jsonld-java's
- POM for the correct dependency versions
+ and Jackson databind. databind has had a few CVEs
+ so we exclude from jsonldjava and select the version
Review comment:
The dependency is picked up in jena-arq which explicitly pulls in
jackson.core. This replaces the jsonld-java ones when they are compatibility
(by maven defn).
Can add exclusions if you want. As it stands, if mistakenly jsonld-java is
ahead of Jena's, resolution will be the later ones.
See dependency:tree for jena-arq.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services