How to resolve dependency version conflict between customized module and internal lib?

I am going to work with POI 5.2.3 but I saw POI 4.1.1 inside of Lib, how do I ignore 4.1.1 and use 5.2.3 in my module?
Note: the old version made my customized module error out.

Any ideas are appreciated.

See reply here: Import and use POI Java - #8 by Kevin.Herron