I've used the latest version of Elasticsearch docker image, As in image you can see the listing of JARs used, On running vulnerabilities test on image, some modules gives vulnerabilities, like jackson-dataformat-cbor-2.10.4 etc, which can be resolved by using a latest version of module like jackson-dataformat-cbor-2.11.4.
I tried replacing the JARs with the latest ones and committing but as expected that didn't work.
I just wanted to know if it is possible to do so.
Thank you.
