Recent Atomikos releases will do a courtesy scan of your application's classpath to detect known vulnerable dependencies. This is a best-effort scan based on the information that was known to us at the time of release.
If you get warnings concerning vulnerable dependencies then you can do one of the following:
You may opt to override these warnings by doing the following:
If you wish to override the dependency warnings then you can do that. The following is an example for how to allow versions 2.3.2 and 2.12.4 of Log4j:
# FORMAT: groupId\:artifactId=one or more version(s) separated by whitespace # (the backslash before the colon is required or it will not work) org.apache.logging.log4j\:log4j-core= 2.3.2 2.12.4