jihoonson commented on pull request #11562: URL: https://github.com/apache/druid/pull/11562#issuecomment-895391909
CVE-2021-26291 seems about maven-artifact not kafka-clients, so I studied a bit whether we need to update our dependency as well. We are currently using maven-artifact 3.6 in the druid-processing module. This doesn't seem to need an immediate version upgrade to 3.8.1 because, AFAIT, the only thing we are using is `org.apache.maven.artifact.versioning.DefaultArtifactVersion` in `VersionComparator` for strings. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
