Swipe on Java client 5.x best practice

AppiumDriver#swipe(int, int, int, int, int) was deprecated on Java-client 5.x

We need to swipe right/left up/down on our apps & now we need to change it.

What is the best practice to handle it?

Thanks…